Skip to content

Commit

Permalink
Merge pull request #6 from davidwarshaw/pypi-requirements
Browse files Browse the repository at this point in the history
Project requirements for pypi.
  • Loading branch information
davidwarshaw authored Mar 1, 2017
2 parents 72b06e7 + c16da77 commit 25fd3cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
File renamed without changes.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
setup(name='hmc',
version='0.1',
description='Decision tree based hierachical multi-classifier',
url='https://github.com/davidwarshaw/hmc',
author='David Warshaw',
author_email='[email protected]',
py_modules=['hmc', 'datasets', 'metrics'],
py_modules=['hmc.hmc', 'hmc.datasets', 'hmc.metrics'],
requires=['sklearn', 'numpy', 'pandas'])

0 comments on commit 25fd3cc

Please sign in to comment.