File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020setup (
2121 name = 'pyzipcodeapi' ,
2222 version = __version__ ,
23- description = 'here description that I should change ' ,
23+ description = 'Py ZipCodeApi will make it easier for you to use the different options in ZipCodeAPI ' ,
2424 long_description = long_description ,
2525 url = 'https://github.com/medbenmakhlouf/pyzipcodeapi' ,
2626 download_url = 'https://github.com/medbenmakhlouf/pyzipcodeapi/tarball/' + __version__ ,
2727 license = 'BSD' ,
2828 classifiers = [
29- 'Development Status :: 3 - Alpha' ,
30- 'Intended Audience :: Developers' ,
31- 'Programming Language :: Python :: 3' ,
29+ 'Development Status :: 3 - Alpha' ,
30+ 'Intended Audience :: Developers' ,
31+ 'Programming Language :: Python :: 3' ,
3232 ],
33- keywords = '' ,
33+ keywords = [ 'api' , 'zipcode' ] ,
3434 packages = find_packages (exclude = ['docs' , 'tests*' ]),
3535 include_package_data = True ,
3636 author = 'Mohamed Ben Makhlouf' ,
You can’t perform that action at this time.
0 commit comments