changed core_python to define version locally, instead of in another file causing import issues
This commit is contained in:
parent
463618ddf8
commit
f9847cef34
1 changed files with 1 additions and 3 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue