mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 20:03:33 +01:00
Update pip file
This commit is contained in:
parent
02a5f1c3d9
commit
6b78eb52f5
@ -7,7 +7,7 @@ with open("../README.md", "r") as fh:
|
||||
|
||||
setuptools.setup(
|
||||
name = 'irpf90',
|
||||
version = '1.7.5',
|
||||
version = '1.7.6',
|
||||
scripts = ["irpf90", "irpman", "irpf90_indent"],
|
||||
author = 'Anthony Scemama',
|
||||
author_email = 'scemama@irsamc.ups-tlse.fr',
|
||||
@ -15,7 +15,7 @@ setuptools.setup(
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://irpf90.ups-tlse.fr",
|
||||
download_url = 'https://gitlab.com/scemama/irpf90/archive/v1.7.4.tar.gz',
|
||||
download_url = 'https://gitlab.com/scemama/irpf90/-/archive/v1.7.6/irpf90-v1.7.6.tar.gz',
|
||||
packages=setuptools.find_packages(),
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 2",
|
||||
|
Loading…
Reference in New Issue
Block a user