[Python-modules-commits] [python-django-ordered-model] 04/06: Use setuptools in setup.py to support babel integration.

Michael Fladischer fladi at moszumanska.debian.org
Sat Jul 9 17:29:43 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 ef66aed4f887543620b7eadd104cab6b22ef7353
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 3bc38f3..0c2e309 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.0',

-- 
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