Skip to content

Commit

Permalink
Update setup.py for testing github action workflow
Browse files Browse the repository at this point in the history
Signed-off-by: ramazanyetis <[email protected]>
  • Loading branch information
ramazanyetis authored Jul 27, 2023
1 parent efe44a0 commit 521cca4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@
use_scm_version=True,
setup_requires=['setuptools_scm', 'future'],
description='iyzipay api python client',
long_description=README,
# long_description=README,
long_description="Test Description",
author='iyzico',
author_email='[email protected]',
url='https://github.com/iyzico/iyzipay-python',
license=LICENSE,
# license=LICENSE,
license="MIT",
packages=find_packages(exclude='tests'),
classifiers=[
"Intended Audience :: Developers",
Expand Down

0 comments on commit 521cca4

Please sign in to comment.