mirror of https://github.com/dirtbags/netarch.git
House cleaning; moved to version 1.0
This commit is contained in:
parent
1d70f7d6e2
commit
ca5ca05b1b
6
setup.py
6
setup.py
|
@ -2,12 +2,12 @@ from distutils.core import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="netarch",
|
name="netarch",
|
||||||
version="0.0",
|
version="1.0",
|
||||||
author="Neale Pickett",
|
author="Neale Pickett",
|
||||||
author_email="neale@lanl.gov",
|
author_email="neale@lanl.gov",
|
||||||
description=("Classes to aid in the dissection of network protocols and cryptanalysis"),
|
description=("Classes to aid in the dissection of network protocols and cryptanalysis"),
|
||||||
long_description=open("README.txt").read(),
|
long_description=open("README").read(),
|
||||||
license=open("COPYING.txt").read(),
|
license=open("COPYING").read(),
|
||||||
keywords="network protocol dissection cryptanalysis",
|
keywords="network protocol dissection cryptanalysis",
|
||||||
url="http://woozle.org/~neale/projects/netarch",
|
url="http://woozle.org/~neale/projects/netarch",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
Loading…
Reference in New Issue