We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94dd970 commit fd19f39Copy full SHA for fd19f39
setup.py
@@ -9,12 +9,12 @@ def read(fname):
9
return open(os.path.join(os.path.dirname(__file__), fname)).read()
10
11
setup(
12
- name='sonic-cities-light',
13
- version='1.0.0',
14
- description='Sonicbids fork of the simple alternative to django-cities',
+ name='django-cities-light',
+ version='2.0.8',
+ description='Simple alternative to django-cities',
15
author='James Pic',
16
- author_email='it@sonicbids.com',
17
- url='https://github.com/Sonicbids/django-cities-light',
+ author_email='jamespic@gmail.com',
+ url='https://github.com/yourlabs/django-cities-light',
18
packages=find_packages(),
19
include_package_data=True,
20
zip_safe=False,
0 commit comments