restructing to move repo
This commit is contained in:
parent
d658907c4c
commit
4c46db7f71
15 changed files with 50 additions and 0 deletions
20
setup.py
Normal file
20
setup.py
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(name='py-stl',
|
||||
version='0.1',
|
||||
description='TODO',
|
||||
url='http://github.com/mvcisback/py-stl',
|
||||
author='Marcell Vazquez-Chanlatte',
|
||||
author_email='marcell.vc@eecs.berkeley.edu',
|
||||
license='MIT',
|
||||
install_requires=[
|
||||
'funcy',
|
||||
'parsimonious',
|
||||
'lenses',
|
||||
'sympy',
|
||||
],
|
||||
extras_require = {
|
||||
'robustness': ['numpy', 'pandas']
|
||||
},
|
||||
packages=find_packages(),
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue