Skip to content

Commit

Permalink
Add some PyPI tags to package
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w committed Jun 24, 2018
1 parent d27fe84 commit 8e24be4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions setup.py
Expand Up @@ -28,9 +28,16 @@
author_email='clemens.wolff+pypi@gmail.com',
packages=packages,
url='https://github.com/ascoderu/opwen-cloudserver',
license='License :: OSI Approved :: Apache Software License',
license='Apache Software License',
description='Email server for the Opwen project',
long_description=long_description,
scripts=scripts,
include_package_data=True,
install_requires=install_requires)
install_requires=install_requires,
classifiers=[
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3',
'Topic :: Communications :: Email',
])

0 comments on commit 8e24be4

Please sign in to comment.