From ca5ca05b1bbaaa021705ec3bb48a0023f99ea9a1 Mon Sep 17 00:00:00 2001 From: pi-rho Date: Thu, 9 Aug 2012 20:24:56 -0500 Subject: [PATCH] House cleaning; moved to version 1.0 --- COPYING.txt => COPYING | 0 README.txt => README | 0 setup.py | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) rename COPYING.txt => COPYING (100%) rename README.txt => README (100%) 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=[