mirror of
https://github.com/JoelBender/modpypes
synced 2025-10-12 21:15:10 +08:00
bump the version, update the classifiers
This commit is contained in:
parent
8bcae5cebc
commit
a413d5f5c9
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
__author__ = 'Joel Bender'
|
__author__ = 'Joel Bender'
|
||||||
__email__ = 'joel@carrickbender.com'
|
__email__ = 'joel@carrickbender.com'
|
||||||
__version__ = '0.2.5'
|
__version__ = '0.2.6'
|
||||||
|
|
||||||
from . import pdu
|
from . import pdu
|
||||||
from . import app
|
from . import app
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -43,7 +43,7 @@ setup(
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
keywords='modpypes',
|
keywords='modpypes',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 2 - Pre-Alpha',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: BSD License',
|
'License :: OSI Approved :: BSD License',
|
||||||
'Natural Language :: English',
|
'Natural Language :: English',
|
||||||
|
@ -51,6 +51,7 @@ setup(
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
|
'Programming Language :: Python :: 3.5',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
'Topic :: System :: Networking',
|
'Topic :: System :: Networking',
|
||||||
'Topic :: Utilities',
|
'Topic :: Utilities',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user