Skip to content

Commit 5326edf

Browse files
committed
update setup.py to point to github
1 parent 76cf995 commit 5326edf

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Changes
2+
=========
3+
4+
0.2.3 (2013-12-11)
5+
------------------
6+
7+
- Rename package on PyPI
8+
- Use GitHub as source control
9+

setup.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

setup.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,16 @@
1212
# individuals. For the exact contribution history, see the revision
1313
# history and logs, available at http://babel.edgewall.org/log/.
1414

15-
try:
16-
from setuptools import setup
17-
except ImportError:
18-
from distutils.core import setup
15+
from setuptools import setup
1916

2017
setup(
21-
name = 'BabelDjango',
18+
name = 'django-babel',
2219
description = 'Utilities for using Babel in Django',
2320
version = '0.2.3',
2421
license = 'BSD',
2522
author = 'Edgewall Software',
2623
author_email = '[email protected]',
27-
url = 'http://babel.edgewall.org/wiki/BabelDjango',
24+
url = 'http://github.com/graingert/django-babel/',
2825

2926
packages = ['babeldjango', 'babeldjango.templatetags'],
3027
install_requires = ['Babel'],

0 commit comments

Comments
 (0)