Skip to content

Commit c16da77

Browse files
committed
Project requirements for pypi.
1 parent 72b06e7 commit c16da77

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

LICENSE.md renamed to LICENSE.txt

File renamed without changes.

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
setup(name='hmc',
66
version='0.1',
77
description='Decision tree based hierachical multi-classifier',
8+
url='https://github.com/davidwarshaw/hmc',
89
author='David Warshaw',
910
author_email='[email protected]',
10-
py_modules=['hmc', 'datasets', 'metrics'],
11+
py_modules=['hmc.hmc', 'hmc.datasets', 'hmc.metrics'],
1112
requires=['sklearn', 'numpy', 'pandas'])

0 commit comments

Comments
 (0)