Skip to content

Commit d2dfcfa

Browse files
authored
use_package_data=True (#301)
1 parent e499f91 commit d2dfcfa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

anndata/_io/.editorconfig renamed to .editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ max_line_length = 88
1010
[*.py]
1111
indent_size = 4
1212
indent_style = space
13+

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
],
2727
python_requires=">=3.6",
2828
packages=find_namespace_packages(include=["anndata", "anndata.*"]),
29+
include_package_data=True,
2930
zip_safe=False,
3031
classifiers=[
3132
"Environment :: Console",

0 commit comments

Comments
 (0)