restructure calc

This commit is contained in:
Adam Palay
2013-08-29 15:26:05 -04:00
parent ea36b834c7
commit ac90679544
7 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
from calc import *

View File

@@ -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",