Skip to content
Snippets Groups Projects
Commit ef9adfb0 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

trove -> setup.cfg

parent fbfef43e
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ author = u'Piotr Maślanka'
# The short X.Y version.
version = u'2.0'
# The full version, including alpha/beta/rc tags.
release = u'2.0-rc'
release = u'2.0.12rc3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -7,6 +7,18 @@ author_email = piotrm@smok.co
description = Utilities for writing servers in Python
url = https://github.com/piotrmaslanka/satella
classifier =
Programming Language :: Python,
Programming Language :: Python :: 2.7,
Programming Language :: Python :: 3.5,
Programming Language :: Python :: Implementation :: CPython,
Programming Language :: Python :: Implementation :: PyPy,
Operating System :: POSIX,
Operating System :: OS Independent,
Development Status :: 3 - Alpha,
License :: OSI Approved :: MIT License,
Topic :: Software Development :: Libraries
[pycodestyle]
max-line-length=80
......
......@@ -11,19 +11,5 @@ setup(keywords=['ha', 'high availability', 'scalable', 'scalability', 'server'],
tests_require=[
"nose", "mock", "coverage"
],
test_suite='nose.collector',
classifiers=[
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Operating System :: POSIX',
'Operating System :: OS Independent',
'Development Status :: 2 - Pre-Alpha',
'License :: OSI Approved :: MIT License',
'Topic :: Software Development :: Libraries'
]
test_suite='nose.collector'
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment