Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit ae950fe

Browse files
committed
Fixed var name
1 parent 8703a97 commit ae950fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
from ssllabs import vars
33

44
setup(name='python-ssllabs',
5-
version=vars.__version__,
5+
version=vars.version,
66
packages=['ssllabs'],
77
scripts=['ssllabs-cli.py'],
88
install_requires=['requests'],
99
url='https://github.com/takeshixx/python-ssllabs',
10-
license=vars.__license__,
10+
license=vars.license,
1111
author='takeshix',
1212
author_email='takeshix@adversec.com')

0 commit comments

Comments
 (0)