Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsurucu committed Jul 3, 2024
1 parent 135b354 commit e3152d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@

setup(
name="yokatlas-py",
version="0.1.1",
version="0.1.2",
author="Said Sürücü",
author_email="saidsrc@gmail.com",
description="A python wrapper for YOKATLAS API",
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
url="https://github.com/saidsurucu/yokatlas-py", # Update with your repository URL
packages=find_packages(include=['yokatlas_py', 'yokatlas_py.*']),
package_data={
'yokatlas_py': ['columnData.json'],
},
install_requires=[
"requests",
"urllib3",
Expand Down

0 comments on commit e3152d7

Please sign in to comment.