diff --git a/COPYING.txt b/COPYING similarity index 100% rename from COPYING.txt rename to COPYING diff --git a/README.txt b/README similarity index 100% rename from README.txt rename to README diff --git a/setup.py b/setup.py index d19d99f..5863ddf 100644 --- a/setup.py +++ b/setup.py @@ -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=[