Skip to content
Snippets Groups Projects
Commit ac906795 authored by Adam Palay's avatar Adam Palay
Browse files

restructure calc

parent ea36b834
No related merge requests found
from calc import *
File moved
File moved
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment