Skip to content

Commit b9ce9cd

Browse files
committed
conda fix
1 parent 8f555d8 commit b9ce9cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010

1111
setup(
1212
name='ena-upload-cli',
13-
version='0.1.1',
13+
version='0.1.2',
1414
keywords=["pip", "ena-upload-cli", "cli", "ENA", "upload"],
1515
description='Command Line Interface to upload data to the European Nucleotide Archive',
1616
author="Dilmurat Yusuf",
17+
py_modules=['ena_upload'],
18+
include_package_data=True,
1719
author_email="bjoern.gruening@gmail.com",
1820
long_description_content_type='text/markdown',
1921
long_description=long_description,

0 commit comments

Comments
 (0)