Commit ac906795 by Adam Palay

restructure calc

parent ea36b834
...@@ -3,7 +3,7 @@ from setuptools import setup ...@@ -3,7 +3,7 @@ from setuptools import setup
setup( setup(
name="calc", name="calc",
version="0.1.1", version="0.1.1",
py_modules=["calc"], packages=["calc"],
install_requires=[ install_requires=[
"pyparsing==1.5.6", "pyparsing==1.5.6",
"numpy", "numpy",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment