|
@@ -4,6 +4,7 @@ from setuptools import setup
|
4
|
4
|
from setuptools import find_packages
|
5
|
5
|
from os import path
|
6
|
6
|
import sys
|
|
7
|
+import hapic
|
7
|
8
|
|
8
|
9
|
here = path.abspath(path.dirname(__file__))
|
9
|
10
|
|
|
@@ -35,7 +36,7 @@ setup(
|
35
|
36
|
# Versions should comply with PEP440. For a discussion on single-sourcing
|
36
|
37
|
# the version across setup.py and the project code, see
|
37
|
38
|
# https://packaging.python.org/en/latest/single_source_version.html
|
38
|
|
- version='0.41',
|
|
39
|
+ version=hapic.__version__,
|
39
|
40
|
|
40
|
41
|
description='HTTP api input/output manager',
|
41
|
42
|
# long_description=long_description,
|