changed core_python to define version locally, instead of in another file causing import issues

This commit is contained in:
Blake J. Harnden 2017-08-10 08:43:02 -07:00
parent 463618ddf8
commit f9847cef34

View file

@ -7,10 +7,8 @@ Defines how CORE will be built for installation.
from setuptools import setup from setuptools import setup
from core.constants import COREDPY_VERSION
setup(name="core-python", setup(name="core-python",
version=COREDPY_VERSION, version="5.0.0",
packages=[ packages=[
"core", "core",
"core.addons", "core.addons",