[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
Mon Oct 17 08:56:35 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 ec2925a7a331cfde4c41d8e69460bc3c74fb7182
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 678315b..d2c4c87 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.3.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