Skip to content

Commit

Permalink
Add Manifest.in
Browse files Browse the repository at this point in the history
  • Loading branch information
addman2 committed Nov 3, 2023
1 parent 9789afc commit 2fc9320
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include setup.json
include LICENCE
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
packages=find_packages(include=['aiida_python', 'aiida_python.*']),
# this doesn't work when placed in setup.json (something to do with str type)
package_data={
'': ['*', 'setup.json'],
'': [
'*',
],
},
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 2fc9320

Please sign in to comment.