--- a/src/setup.py Tue Dec 04 12:53:56 2012 +0100
+++ b/src/setup.py Tue Dec 04 13:10:56 2012 +0100
@@ -85,7 +85,6 @@
with open("MANIFEST.in", "w") as m:
m.write("include CHANGES\n")
m.write("include LICENSE\n")
- m.write("include %s\n" % README_PATH)
m.write("include MANIFEST.in\n")
for entry in data_files:
file_list = entry[1]
@@ -107,7 +106,7 @@
license='LICENSE',
description='Hashcut Django module',
long_description=open(README_PATH).read(),
- classifiers=['Development Status :: 5 - Production/Stable',
+ classifiers=['Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',