Skip to content

Commit

Permalink
Made installable
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriyMulyar committed Dec 31, 2018
1 parent 7a4a358 commit 28659db
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from setuptools import setup, find_packages
from py_learning_benchmarks import __version__, __authors__

__version__ = "0.0.1"
__authors__ = "Andriy Mulyar"

packages = find_packages()

Expand All @@ -25,7 +27,8 @@ def readme():
'Intended Audience :: Science/Research'
],
install_requires=[
'scipy'
'numpy',
'pandas'
],
test_suite='nose.collector',
tests_require=['nose'],
Expand Down

0 comments on commit 28659db

Please sign in to comment.