Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This is a fork of [**`cyrozap/python-vipaccess`**](https://github.com/dlenski/py
real difference between them, but some clients require one or the
other specifically. There are also some rarer token types/prefixes
which can be generated if necessary
([reference list from Symantec](https://support.symantec.com/en_US/article.TECH239895.html))
([reference list from Symantec](https://support.symantec.com/us/en/article.tech239895.html)
- Command-line utility is expanded to support *both* token
provisioning (creating a new token) and emitting codes for an
existing token (inspired by the command-line interface of
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='python-vipaccess',
version='0.11',
version='0.12',
description="A free software implementation of Symantec's VIP Access application and protocol",
long_description=description,
url='https://github.com/dlenski/python-vipaccess',
Expand Down Expand Up @@ -39,7 +39,7 @@
],
entry_points={
'console_scripts': [
'vipaccess=vipaccess.cli:main',
'vipaccess=vipaccess.__main__:main',
],
},
test_requires=[
Expand Down
File renamed without changes.