Skip to content

Commit

Permalink
add package_data instead of MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
kamo-naoyuki authored Jul 30, 2020
1 parent 590b0d9 commit a422bde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@
dirname = os.path.dirname(__file__)
setup(
name="espnet_model_zoo",
version="0.0.0a4",
version="0.0.0a5",
url="http://github.com/espnet/espnet_model_zoo",
description="ESPnet Model Zoo",
long_description=open(os.path.join(dirname, "README.md"), encoding="utf-8").read(),
long_description_content_type="text/markdown",
license="Apache Software License",
packages=find_packages(include=["espnet_model_zoo*"]),
package_data={"espnet_model_zoo": ["table.csv"]},
entry_points={
"console_scripts": [
"espnet_model_zoo_upload = espnet_model_zoo.zenodo_upload:main",
Expand Down

0 comments on commit a422bde

Please sign in to comment.