mirror of https://github.com/kbandla/dpkt.git
Merge branch 'pypi_setup'
This commit is contained in:
commit
fbb3681ba3
11
setup.cfg
11
setup.cfg
|
@ -13,14 +13,3 @@ python_files=*.py
|
|||
python_functions=test
|
||||
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',
|
||||
'License :: OSI Approved :: BSD License',
|
||||
'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