Skip to content

Commit

Permalink
Add package data
Browse files Browse the repository at this point in the history
  • Loading branch information
cflerin committed May 6, 2021
1 parent 22873af commit 761af91
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# https://pypi.python.org/pypi/check-manifest
include requirements.txt
include src/resources/tests/*.feather
include src/resources/tests/*.db
include src/resources/tests/*.gmt
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def parse_requirements(filename):
maintainer_email='[email protected]',
install_requires=requirements,
keywords=['ctxcore','cisTarget','pycisTarget','SCENIC','pySCENIC'],
include_package_data=True,
package_dir={'': 'src'},
packages=find_packages('src'),
zip_safe=False,
Expand Down

0 comments on commit 761af91

Please sign in to comment.