Skip to content

Commit

Permalink
added to data (.txt) files to MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Nov 17, 2017
1 parent 068ef28 commit e3afd9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include versioneer.py
include scanpy/_version.py
include scanpy/*/*.txt
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@
install_requires=requires,
packages=find_packages(), # + ['scanpy.sim_models'], might need to include sim_models
include_dirs=include_dirs,
# `package_data` does NOT work for source distributions!!!
# you also need MANIFTEST.in
# https://stackoverflow.com/questions/7522250/how-to-include-package-data-with-setuptools-distribute
package_data={'': '*.txt'},
include_package_data=True,
ext_modules=ext_modules,
Expand Down

0 comments on commit e3afd9e

Please sign in to comment.