Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
XingyanLiu committed Oct 16, 2021
1 parent 13a6d12 commit d999256
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MANIFEST.in

This file was deleted.

9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ def run(self):
python_requires=REQUIRES_PYTHON,
url=URL,
packages=find_packages(exclude=["tests", "*.tests", "*.tests.*", "tests.*"]),
# package_data={"": [os.path.join(here, "sample_data/subsampled_B-L0-0.2.h5ad.rar"),
# os.path.join(here, "sample_data/hvg_frequencies.csv"),
# os.path.join(here, "sample_data/lineage_colors.csv")]},
# additional package data
install_requires=REQUIRED,
extras_require=EXTRAS,
include_package_data=True,
Expand All @@ -123,3 +127,8 @@ def run(self):
},
)

# ===== MANIFEST.in =====
# include ./sample_data/subsampled_B-L0-0.2.h5ad.rar
# include ./sample_data/hvg_frequencies.csv
# include ./sample_data/lineage_colors.csv
# include README.md

0 comments on commit d999256

Please sign in to comment.