setup: use version from package

This commit is contained in:
Grigori Goronzy
2015-11-23 19:33:26 +01:00
parent bc242390e7
commit b96bc39948
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup(
name = "stcgal",
version = "1.0",
version = stcgal.__version__,
packages = find_packages(exclude=["doc"]),
install_requires = ["pyserial"],
entry_points = {