Skip to content

Commit

Permalink
use_package_data=True (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Jan 22, 2020
1 parent e499f91 commit d2dfcfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions anndata/_io/.editorconfig → .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ max_line_length = 88
[*.py]
indent_size = 4
indent_style = space

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
],
python_requires=">=3.6",
packages=find_namespace_packages(include=["anndata", "anndata.*"]),
include_package_data=True,
zip_safe=False,
classifiers=[
"Environment :: Console",
Expand Down

0 comments on commit d2dfcfa

Please sign in to comment.