Skip to content

Commit

Permalink
Add SDK script to setup.py and bump version to 1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaperno committed Jul 29, 2021
1 parent 4085467 commit 20b9cf1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='TouchPortal API',
version='1.4',
version='1.5',
description='Touch Portal API for Python',
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
Expand All @@ -22,11 +22,14 @@
author_email='DamienWeiFen@gmail.com',
license='MIT',
classifiers=classifiers,
keywords='TouchPortal, API, Plugin',
keywords='TouchPortal, API, Plugin, SDK',
packages=['TouchPortalAPI'],
python_requires='>=3.8',
install_requires=[
'pyee',
'requests'
]
],
entry_points = {
'console_scripts': ['tppsdk=TouchPortalAPI.sdk_tools:main']
}
)

0 comments on commit 20b9cf1

Please sign in to comment.