Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
addman2 committed Nov 3, 2023
1 parent a0ffab6 commit 9789afc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/pypi.yml

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
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 9789afc

Please sign in to comment.