[Python-modules-commits] [python-django-localflavor] 07/09: Add install_requires identifier in setup.py
Orestis Ioannou
oorestisime-guest at moszumanska.debian.org
Sat Nov 28 15:12:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
oorestisime-guest pushed a commit to branch master
in repository python-django-localflavor.
commit d83b7c9167dae15f76b59f974e443215816439be
Author: Orestis Ioannou <orestis at oioannou.com>
Date: Sat Nov 28 11:35:11 2015 +0100
Add install_requires identifier in setup.py
Added the runtime dependencies in install_requires so that
dh-python would automatically pick them
---
setup.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/setup.py b/setup.py
index dff599a..0482d90 100644
--- a/setup.py
+++ b/setup.py
@@ -119,6 +119,7 @@ setup(
author_email='foundation at djangoproject.com',
packages=find_packages(exclude=['tests', 'tests.*']),
package_data=find_package_data(),
+ install_requires= ['six', 'django'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-localflavor.git
More information about the Python-modules-commits
mailing list