Skip to content

Commit

Permalink
Fixing setup.py for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
yngtodd committed Aug 21, 2018
1 parent 989860b commit d63f8a2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
from setuptools import setup, find_packages
# from os import path

# here = path.abspath(path.dirname(__file__))
#
# with open(path.join(here, 'README.md'), encoding='utf-8') as f:
# long_description = f.read()

setup(
name='hyperspace',
name='hyperspaces',
version="0.2.0",
packages=find_packages(),
install_requires=['scikit-optimize', 'scikit-learn', 'mpi4py'],
Expand Down

0 comments on commit d63f8a2

Please sign in to comment.