Skip to content

Commit

Permalink
Merge pull request #12 from jetavator/issue-3-Publish_to_PyPI
Browse files Browse the repository at this point in the history
Issue 3 publish to py pi
  • Loading branch information
jtv8 authored May 13, 2020
2 parents 666e53c + dfd5ba7 commit 33c717b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
version=about['__version__'],
description=DESCRIPTION,
long_description=long_description,
long_description_content_type="text/markdown",
author=AUTHOR,
author_email=EMAIL,
python_requires=REQUIRES_PYTHON,
Expand All @@ -69,10 +70,13 @@
install_requires=REQUIRED,
extras_require=EXTRAS,
include_package_data=True,
license=license,
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7'
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules"
]
)

0 comments on commit 33c717b

Please sign in to comment.