restructure calc
This commit is contained in:
1
common/lib/calc/calc/__init__.py
Normal file
1
common/lib/calc/calc/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
from calc import *
|
||||
@@ -3,7 +3,7 @@ from setuptools import setup
|
||||
setup(
|
||||
name="calc",
|
||||
version="0.1.1",
|
||||
py_modules=["calc"],
|
||||
packages=["calc"],
|
||||
install_requires=[
|
||||
"pyparsing==1.5.6",
|
||||
"numpy",
|
||||
|
||||
Reference in New Issue
Block a user