Skip to content

Commit

Permalink
Merge pull request #89 from jjh-ssh/topic/update-setup-py
Browse files Browse the repository at this point in the history
Added correct version number and licensing information
  • Loading branch information
rsemkin authored Mar 21, 2023
2 parents 5c56cba + ab16628 commit 36f68f6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
"""Version information for pip."""
from setuptools import setup

setup(
name='privx_api',
version='0.1',
version='26.0.0',
packages=['privx_api'],
license='Apache Licence 2.0',
url='https://github.com/SSHcom/privx-sdk-for-python',
classifiers=[
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Software Development :: Libraries :: Python Modules'
],
)

0 comments on commit 36f68f6

Please sign in to comment.