Skip to content

Commit

Permalink
Couple of more tweaks to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
aschroed committed Jan 6, 2020
1 parent 3646404 commit 0e1baba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Expand Up @@ -30,10 +30,12 @@
name='Submit4DN',
version=open("wranglertools/_version.py").readlines()[-1].split()[-1].strip("\"'"),
description='Tools for data wrangling and submission to data.4dnucleome.org',
long_description=README,
long_description_content_type="text/markdown",
packages=['wranglertools'],
zip_safe=False,
author='4DN Team at Harvard Medical School',
author_email='jeremy_johnson@hms.harvard.edu',
author_email='support@4dnucleome.org',
url='http://data.4dnucleome.org',
license='MIT',
classifiers=[
Expand All @@ -43,7 +45,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
],
],
install_requires=requires,
include_package_data=True,
tests_require=tests_require,
Expand Down

0 comments on commit 0e1baba

Please sign in to comment.