summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Saddi <allan@saddi.com>2007-09-10 15:49:47 -0700
committerAllan Saddi <allan@saddi.com>2007-09-10 15:49:47 -0700
commit2cc8ad871b91e425554899fad58ccd89610fe721 (patch)
treeb42542fdd6118171b885f5f1ad0b8f12652eaee5
parenta4e590fa76c67d7e3970f3a95fba88eed81679e1 (diff)
downloadflup-2cc8ad871b91e425554899fad58ccd89610fe721.tar.gz
Don't need MANIFEST with hg plugin for setuptools. Remove download URL.
-rw-r--r--MANIFEST.in2
-rw-r--r--setup.py3
2 files changed, 1 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
deleted file mode 100644
index 1001cd3..0000000
--- a/MANIFEST.in
+++ /dev/null
@@ -1,2 +0,0 @@
-include ChangeLog
-include ez_setup.py
diff --git a/setup.py b/setup.py
index 2983921..0f2b3e1 100644
--- a/setup.py
+++ b/setup.py
@@ -27,9 +27,8 @@ setup(
description = 'Random assortment of WSGI servers, middleware',
license = 'BSD',
url='http://www.saddi.com/software/flup/',
- download_url = 'http://svn.saddi.com/flup/trunk#egg=flup-dev',
classifiers = [
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',