Skip to content

Commit fd19f39

Browse files
author
meppum
committedJul 30, 2013
Rolling back setup.py updates for pull request
1 parent 94dd970 commit fd19f39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ def read(fname):
99
return open(os.path.join(os.path.dirname(__file__), fname)).read()
1010

1111
setup(
12-
name='sonic-cities-light',
13-
version='1.0.0',
14-
description='Sonicbids fork of the simple alternative to django-cities',
12+
name='django-cities-light',
13+
version='2.0.8',
14+
description='Simple alternative to django-cities',
1515
author='James Pic',
16-
author_email='it@sonicbids.com',
17-
url='https://github.com/Sonicbids/django-cities-light',
16+
author_email='jamespic@gmail.com',
17+
url='https://github.com/yourlabs/django-cities-light',
1818
packages=find_packages(),
1919
include_package_data=True,
2020
zip_safe=False,

0 commit comments

Comments
 (0)