mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-22 04:13:33 +01:00
Merge branch 'master' of gitlab.com:scemama/irpf90
This commit is contained in:
commit
cfeeb46c65
@ -7,7 +7,7 @@ with open("README.md", "r") as fh:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name = 'irpf90',
|
name = 'irpf90',
|
||||||
version = '1.7.7',
|
version = '2.0.1',
|
||||||
scripts = ["irpf90", "irpman", "irpf90_indent"],
|
scripts = ["irpf90", "irpman", "irpf90_indent"],
|
||||||
author = 'Anthony Scemama',
|
author = 'Anthony Scemama',
|
||||||
author_email = 'scemama@irsamc.ups-tlse.fr',
|
author_email = 'scemama@irsamc.ups-tlse.fr',
|
||||||
@ -15,10 +15,10 @@ setuptools.setup(
|
|||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
url="https://irpf90.ups-tlse.fr",
|
url="https://irpf90.ups-tlse.fr",
|
||||||
download_url = 'https://gitlab.com/scemama/irpf90/-/archive/v1.7.6/irpf90-v1.7.6.tar.gz',
|
download_url = 'https://gitlab.com/scemama/irpf90/-/archive/v2.0.1/irpf90-v2.0.1.tar.gz',
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 2",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Fortran",
|
"Programming Language :: Fortran",
|
||||||
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
|
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)",
|
||||||
"Operating System :: POSIX :: Linux",
|
"Operating System :: POSIX :: Linux",
|
||||||
|
@ -309,7 +309,6 @@ def run():
|
|||||||
|
|
||||||
pid2 = os.fork()
|
pid2 = os.fork()
|
||||||
if pid2 == 0:
|
if pid2 == 0:
|
||||||
# Create vim tags
|
|
||||||
tags = []
|
tags = []
|
||||||
l = list(variables.keys())
|
l = list(variables.keys())
|
||||||
file = open("irpf90_entities","w")
|
file = open("irpf90_entities","w")
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
# scemama@irsamc.ups-tlse.fr
|
# scemama@irsamc.ups-tlse.fr
|
||||||
|
|
||||||
|
|
||||||
import os,sys
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
wd = os.path.abspath(os.path.dirname(__file__))
|
wd = os.path.abspath(os.path.dirname(__file__))
|
||||||
@ -34,6 +33,7 @@ except:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
import vim
|
import vim
|
||||||
|
import os,sys
|
||||||
from command_line import command_line
|
from command_line import command_line
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
Reference in New Issue
Block a user