Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Ben Makhlouf committed Apr 23, 2017
1 parent 9009e46 commit 2eaf1a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
setup(
name='pyzipcodeapi',
version=__version__,
description='here description that I should change',
description='Py ZipCodeApi will make it easier for you to use the different options in ZipCodeAPI',
long_description=long_description,
url='https://github.com/medbenmakhlouf/pyzipcodeapi',
download_url='https://github.com/medbenmakhlouf/pyzipcodeapi/tarball/' + __version__,
license='BSD',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3',
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3',
],
keywords='',
keywords=['api', 'zipcode'],
packages=find_packages(exclude=['docs', 'tests*']),
include_package_data=True,
author='Mohamed Ben Makhlouf',
Expand Down

0 comments on commit 2eaf1a8

Please sign in to comment.