Skip to content

Commit bfb9748

Browse files
Merge pull request #237 from dpr1005/deepsource-transform-4b0cef4b
Format code with black, yapf, autopep8 and isort
2 parents f4fffbf + 62b45c0 commit bfb9748

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)