From fea1a36294d9d00e5792381249cd63411165e378 Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Tue, 9 Aug 2016 13:21:33 -0400 Subject: [PATCH] Rename minimal Python interface package The name 'Cantera (minimal)' conflicts with PEP 503 because of the parentheses. --- interfaces/python_minimal/.gitignore | 2 +- interfaces/python_minimal/setup.py.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/python_minimal/.gitignore b/interfaces/python_minimal/.gitignore index 35343eb99..229908252 100644 --- a/interfaces/python_minimal/.gitignore +++ b/interfaces/python_minimal/.gitignore @@ -4,4 +4,4 @@ cantera/ck2cti.py cantera/ctml_writer.py build dist -Cantera_minimal_.egg-info +Cantera_minimal.egg-info diff --git a/interfaces/python_minimal/setup.py.in b/interfaces/python_minimal/setup.py.in index ef701126f..c60d6e88c 100644 --- a/interfaces/python_minimal/setup.py.in +++ b/interfaces/python_minimal/setup.py.in @@ -1,6 +1,6 @@ from setuptools import setup -setup(name="Cantera (minimal)", +setup(name="Cantera_minimal", version="@cantera_version@", description="The Minimal Cantera Python Interface", long_description="",