Added docs and generalized to multiple species

This commit is contained in:
titusquah
2020-06-12 08:24:51 -06:00
parent a0e8bdb9fd
commit f07fb03b93
101 changed files with 23151 additions and 0 deletions

12
setup.py Normal file
View File

@@ -0,0 +1,12 @@
from setuptools import setup
setup(
name='reeps',
version='1.0.0',
packages=['tests'],
url='',
license='',
author='Titus Quah',
author_email='',
description='Rare earth element parameter searcher'
)