Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

setup.py: update download url and remove python 2.6 support #508

Merged
merged 1 commit into from
Nov 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,8 @@
author='Stephane Thiell',
author_email='sthiell@stanford.edu',
license='LGPLv2+',
url='http://clustershell.sourceforge.net/',
download_url='http://sourceforge.net/projects/clustershell/files/'
'clustershell/%s/' % VERSION,
url='https://clustershell.readthedocs.io/',
download_url='https://github.com/cea-hpc/clustershell/archive/refs/tags/v%s.tar.gz' % VERSION,
platforms=['GNU/Linux', 'BSD', 'MacOSX'],
keywords=['clustershell', 'clush', 'clubak', 'nodeset'],
description='ClusterShell library and tools',
Expand All @@ -83,7 +82,6 @@
"Operating System :: POSIX :: BSD",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules",
Expand Down