House cleaning; moved to version 1.0

This commit is contained in:
pi-rho 2012-08-09 20:24:56 -05:00
parent 1d70f7d6e2
commit ca5ca05b1b
3 changed files with 3 additions and 3 deletions

View File

View File

@ -2,12 +2,12 @@ from distutils.core import setup
setup(
name="netarch",
version="0.0",
version="1.0",
author="Neale Pickett",
author_email="neale@lanl.gov",
description=("Classes to aid in the dissection of network protocols and cryptanalysis"),
long_description=open("README.txt").read(),
license=open("COPYING.txt").read(),
long_description=open("README").read(),
license=open("COPYING").read(),
keywords="network protocol dissection cryptanalysis",
url="http://woozle.org/~neale/projects/netarch",
classifiers=[