Skip to content

Commit 16865f7

Browse files
Merge remote-tracking branch 'origin/development' into development
2 parents c7b473c + bfb9748 commit 16865f7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
from distutils.core import setup
22

33
setup(
4-
name='InstanceSelectionDNX',
5-
version='3.3',
6-
license='MIT',
7-
description='Instance Selection Algorithms.',
8-
author='Daniel Puente Ramírez',
9-
author_email='[email protected]',
10-
url='https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods',
11-
download_url='https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods',
12-
keywords=['Instance Selection', 'ML', 'IA']
4+
name="InstanceSelectionDNX",
5+
version="3.3",
6+
license="MIT",
7+
description="Instance Selection Algorithms.",
8+
author="Daniel Puente Ramírez",
9+
author_email="[email protected]",
10+
url="https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods",
11+
download_url="https://github.com/dpr1005/Semisupervised-learning-and-instance-selection-methods",
12+
keywords=["Instance Selection", "ML", "IA"],
1313
)

0 commit comments

Comments
 (0)