aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-06-30 01:11:26 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-06-30 01:11:26 +0200
commit12149f667f6d48259a253c98e2346a918d8b6f4d (patch)
tree74e3845667a918118b905695523bbd768f92d448 /setup.py
parentUse mockldap for the tests (diff)
downloadidentity.gentoo.org-12149f667f6d48259a253c98e2346a918d8b6f4d.tar.gz
identity.gentoo.org-12149f667f6d48259a253c98e2346a918d8b6f4d.tar.bz2
identity.gentoo.org-12149f667f6d48259a253c98e2346a918d8b6f4d.zip
Raise edpwd version, remove data_files (installed files in wrong places)
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 89a68bd..c2c9c14 100755
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,6 @@ setup(
long_description=open(os.path.join(os.path.dirname(__file__), 'README.md')).read(),
keywords='django, ldap, gentoo',
packages=find_packages(),
- data_files=[('', ['LICENSE', 'manage.py', 'README.md'])],
include_package_data=True,
classifiers=[
'Development Status :: 4 - Beta',
@@ -37,7 +36,7 @@ setup(
'django>=1.5',
'django-auth-ldap>=1.1.4',
'django-compressor>=1.3',
- 'edpwd>=0.0.1',
+ 'edpwd>=0.0.7',
'passlib>=1.6.1',
'python-ldap>=2.4.10',
],