From bbdc711ce00e6a22dcf7da10413e7c62e2f2687b Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Sun, 2 Oct 2011 22:03:53 +0200 Subject: [PATCH] Completed the packaging, we should now be able to do an alpha release --- LICENSE | 1 + MANIFEST.in | 3 +++ setup.py | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 LICENSE create mode 100644 MANIFEST.in diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a22a2da --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +MIT diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..0376c21 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include README +include LICENSE +recursive-include examples *.py *.cfg diff --git a/setup.py b/setup.py index 487d30e..61f154a 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,8 @@ setup( 'Development Status :: 3 - Alpha', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Topic :: Internet :: WWW/HTTP :: WSGI' + 'License :: OSI Approved :: MIT License', + 'Topic :: Internet :: WWW/HTTP :: WSGI', 'Topic :: Software Development :: Libraries :: Python Modules', ], )