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