We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7453145 commit 4829a0dCopy full SHA for 4829a0d
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='django-cities-light',
13
- version='2.0.8',
14
- description='Simple alternative to django-cities',
+ name='sonic-cities-light',
+ version='1.0.0',
+ description='Sonicbids fork of the simple alternative to django-cities',
15
author='James Pic',
16
- author_email='jamespic@gmail.com',
17
- url='https://github.com/yourlabs/django-cities-light',
+ author_email='it@sonicbids.com',
+ url='https://github.com/Sonicbids/django-cities-light',
18
packages=find_packages(),
19
include_package_data=True,
20
zip_safe=False,
0 commit comments