Skip to content

Commit 2eaf1a8

Browse files
author
Mohamed Ben Makhlouf
committed
Update setup.py
1 parent 9009e46 commit 2eaf1a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
setup(
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',

0 commit comments

Comments
 (0)