Skip to content

Commit

Permalink
Merge pull request #1331 from zhangcandrew/master
Browse files Browse the repository at this point in the history
adding in text/markdown for pypi long description
  • Loading branch information
henrykironde authored May 1, 2019
2 parents 5ae8e20 + caedbef commit bfb7cbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,13 @@ def read(*names, **kwargs):
a=read('README.md'),
b=re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGES.md'))
),
long_description_content_type='text/markdown',
author='Ben Morris, Shivam Negi, Akash Goel, Andrew Zhang, Henry Senyondo, Ethan White',
author_email='[email protected]',
url='https://github.com/weecology/retriever',
classifiers=[
'Intended Audience :: Science/Research',
'License :: OSI Approved :: MIT License'
'License :: OSI Approved :: MIT License',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
'Operating System :: Unix',
Expand All @@ -82,8 +83,7 @@ def read(*names, **kwargs):
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Scientific/Engineering :: GIS',
'Topic :: Scientific/Engineering :: Data',
'Topic :: Data Processing',
'Topic :: Scientific/Engineering :: Information Analysis',
'Topic :: Database',
],
packages=find_packages(
Expand Down

0 comments on commit bfb7cbd

Please sign in to comment.