Skip to content

Commit

Permalink
Update setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-usman-108 committed May 28, 2024
1 parent 55011e2 commit cd17294
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@

setuptools.setup(
name='medium-article-py',
version='v0.1.6',
version='v0.1.7',
description='A simple python library for Medium Articles APIs',
long_description=long_description,
author='Muhammad Usman',
author_email='umuhammad202@yahoo.com',
packages=setuptools.find_packages(),
packages=setuptools.find_packages(where='src'),
package_dir={'': 'src'},
classifiers=[
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit cd17294

Please sign in to comment.