Rename minimal Python interface package

The name 'Cantera (minimal)' conflicts with PEP 503 because of the
parentheses.
This commit is contained in:
Bryan W. Weber 2016-08-09 13:21:33 -04:00 committed by Bryan W. Weber
parent 2b2f733bd9
commit fea1a36294
No known key found for this signature in database
GPG key ID: DEE60DAAA4195429
2 changed files with 2 additions and 2 deletions

View file

@ -4,4 +4,4 @@ cantera/ck2cti.py
cantera/ctml_writer.py
build
dist
Cantera_minimal_.egg-info
Cantera_minimal.egg-info

View file

@ -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="",