[Python-modules-commits] [python-django-ordered-model] 03/07: Use setuptools in setup.py to support babel integration.
Michael Fladischer
fladi at moszumanska.debian.org
Wed Jul 27 08:04:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository python-django-ordered-model.
commit 2436257403858ddde7b75201fed2b7bf3abb2a51
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Sat Jul 9 17:16:28 2016 +0200
Use setuptools in setup.py to support babel integration.
---
setup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 7af3bbd..4c135c9 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-from distutils.core import setup
-
+from setuptools import setup
+
setup(
name='django-ordered-model',
version='1.2.1',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-ordered-model.git
More information about the Python-modules-commits
mailing list