File: 0001-Use-setuptools-in-setup.py-to-support-babel-integrat.patch

package info (click to toggle)
python-django-ordered-model 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 208 kB
  • ctags: 207
  • sloc: python: 916; makefile: 11
file content (23 lines) | stat: -rw-r--r-- 592 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From ec2925a7a331cfde4c41d8e69460bc3c74fb7182 Mon Sep 17 00:00:00 2001
From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Sat, 9 Jul 2016 17:16:28 +0200
Subject: 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',