mirror of https://github.com/kbandla/dpkt.git
cleaning up setup.cfg; adding classifiers to setup.py
This commit is contained in:
parent
7f1f57ff34
commit
b021a88576
11
setup.cfg
11
setup.cfg
|
@ -13,14 +13,3 @@ python_files=*.py
|
||||||
python_functions=test
|
python_functions=test
|
||||||
norecursedirs=.tox .git *.egg-info __pycache__ dist build
|
norecursedirs=.tox .git *.egg-info __pycache__ dist build
|
||||||
|
|
||||||
python_versions =
|
|
||||||
2.6
|
|
||||||
2.7
|
|
||||||
pypy
|
|
||||||
|
|
||||||
dependencies =
|
|
||||||
|
|
||||||
coverage_flags =
|
|
||||||
|
|
||||||
environment_variables =
|
|
||||||
|
|
||||||
|
|
5
setup.py
5
setup.py
|
@ -28,6 +28,9 @@ setup(name=package_name,
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: BSD License',
|
'License :: OSI Approved :: BSD License',
|
||||||
'Natural Language :: English',
|
'Natural Language :: English',
|
||||||
'Programming Language :: Python :: 2.7'
|
'Programming Language :: Python :: 2.6',
|
||||||
|
'Programming Language :: Python :: 2.7',
|
||||||
|
'Programming Language :: Python :: Implementation :: CPython',
|
||||||
|
'Programming Language :: Python :: Implementation :: PyPy',
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue