Skip to content

Commit

Permalink
Add URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Fahri committed Feb 23, 2024
1 parent 1cb50b8 commit 4758af8
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,13 +5,14 @@

setuptools.setup(
name='zksoap',
version='0.0.4',
version='0.0.5',
author='Muhammad Fahri',
author_email='[email protected]',
long_description = long_description,
long_description_content_type = "text/markdown",
package_dir = {"": "src"},
packages = setuptools.find_packages(where="src"),
python_requires = ">=3.6",
license='MIT'
license='MIT',
url='https://github.com/FAHRIZTX/ZKSoap-Python'
)

0 comments on commit 4758af8

Please sign in to comment.