Skip to content

Commit 6232d4e

Browse files
authored
setup.py: update download url and remove python 2.6 support (#508)
1 parent 08393b6 commit 6232d4e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@
6767
author='Stephane Thiell',
6868
author_email='[email protected]',
6969
license='LGPLv2+',
70-
url='http://clustershell.sourceforge.net/',
71-
download_url='http://sourceforge.net/projects/clustershell/files/'
72-
'clustershell/%s/' % VERSION,
70+
url='https://clustershell.readthedocs.io/',
71+
download_url='https://github.com/cea-hpc/clustershell/archive/refs/tags/v%s.tar.gz' % VERSION,
7372
platforms=['GNU/Linux', 'BSD', 'MacOSX'],
7473
keywords=['clustershell', 'clush', 'clubak', 'nodeset'],
7574
description='ClusterShell library and tools',
@@ -83,7 +82,6 @@
8382
"Operating System :: POSIX :: BSD",
8483
"Operating System :: POSIX :: Linux",
8584
"Programming Language :: Python",
86-
"Programming Language :: Python :: 2.6",
8785
"Programming Language :: Python :: 2.7",
8886
"Programming Language :: Python :: 3",
8987
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)