mirror of https://github.com/kbandla/dpkt.git
adding license to setup
This commit is contained in:
parent
fa6e120c37
commit
25214fa12e
1
setup.py
1
setup.py
|
@ -25,6 +25,7 @@ setup(name=package_name,
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
packages=['dpkt'],
|
packages=['dpkt'],
|
||||||
install_requires=requirements,
|
install_requires=requirements,
|
||||||
|
license='BSD',
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
|
|
Loading…
Reference in New Issue