packaging tweaks

This commit is contained in:
Tarek Ziadé 2011-10-28 18:39:34 +02:00
parent 91066985a9
commit e5c62a3946
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1,2 @@
include README.rst
include MANIFEST.in

View File

@ -33,7 +33,7 @@
# the terms of any one of the MPL, the GPL or the LGPL.
#
# ***** END LICENSE BLOCK *****
from distutils import setup
from distutils.core import setup
with open('README.rst') as f:
@ -47,4 +47,4 @@ setup(name='ldappool', version='0.9',
long_description=README,
url='https://github.com/mozilla-services/ldappool',
keywords=['python-ldap', 'ldap', 'pool'],
licence="MPL")
license="MPL")