Skip to content

Commit 55ee3a2

Browse files
author
garrafao
committed
update and strip setup.py
1 parent dd0041c commit 55ee3a2

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

setup.py

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,17 @@
33
setup(
44
name='correlation_clustering',
55
version='1.0.0',
6-
description='A example Python package',
7-
url='https://github.com/shuds13/pyexample',
6+
description='A python implementation of Correlation Clustering',
7+
url='https://github.com/Garrafao/correlation_clustering',
88
author='Dominik Schlechtweg,
99
author_email='dominik.schlechtweg@ims.uni-stuttgart.de',
10-
license='BSD 2-clause',
11-
packages=['pyexample'],
12-
install_requires=['mpi4py>=2.0',
13-
'numpy',
14-
],
10+
license='BSD 3-clause',
1511

1612
classifiers=[
1713
'Development Status :: 3 - Alpha',
1814
'Intended Audience :: Science/Research',
1915
'License :: OSI Approved :: BSD License',
2016
'Operating System :: POSIX :: Linux',
21-
'Programming Language :: Python :: 2',
22-
'Programming Language :: Python :: 2.7',
2317
'Programming Language :: Python :: 3',
24-
'Programming Language :: Python :: 3.4',
25-
'Programming Language :: Python :: 3.5',
2618
],
2719
)

0 commit comments

Comments
 (0)