Skip to content

Commit 7f4aa95

Browse files
committed
Remove ancient tests (need to be rewritten, from scratch, refine requirements and setup
1 parent 928efd6 commit 7f4aa95

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pyyaml
1+
requests
22
numpy
33

setup.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@
1818

1919
setup(
2020
name='matscholar',
21-
version='0.0.2',
21+
version='0.0.3',
2222
description='matscholar: a Python library for interacting with the Materials Scholar database.',
2323
long_description=readme,
2424
author='Materials Scholar Development Team',
25-
25+
2626
url='https://github.com/materialsintelligence/matscholar',
2727
license=license,
2828
packages=find_packages(),
29-
entry_points={
30-
'console_scripts': ['mscli = matscholar.cli.mscli:main',]}
29+
install_requires=["numpy", "requests"]
3130
)

0 commit comments

Comments
 (0)