updated to LLEPE

This commit is contained in:
titusquah
2020-07-14 09:09:51 -06:00
parent 0a9a7ffddc
commit adbfd57931
30 changed files with 1158 additions and 1942 deletions

View File

@@ -1,12 +1,13 @@
from setuptools import setup
setup(
name='reeps',
name='llepe',
version='0.0.0',
packages=['reeps'],
packages=['LLEPE'],
package_data={
'csvs': ['data/csvs/*.csv'],
'xmls': ['data/xmls/*.xml']
'xmls': ['data/xmls/*.xml'],
'tests': ['tests/*.txt'],
},
include_package_data=True,
zip_safe=False,
@@ -14,11 +15,10 @@ setup(
license='',
author='Titus Quah',
author_email='',
description='Rare earth element parameter searcher',
description='Liquid-liquid extraction parameter searcher',
install_requires=['cantera==2.4.0',
'pandas==1.0.3',
'numpy==1.15.4',
'scipy==1.4.1',
'seaborn==0.10.1',
'matplotlib==3.1.3']
)