Rename minimal Python interface package
The name 'Cantera (minimal)' conflicts with PEP 503 because of the parentheses.
This commit is contained in:
parent
2b2f733bd9
commit
fea1a36294
2 changed files with 2 additions and 2 deletions
2
interfaces/python_minimal/.gitignore
vendored
2
interfaces/python_minimal/.gitignore
vendored
|
|
@ -4,4 +4,4 @@ cantera/ck2cti.py
|
|||
cantera/ctml_writer.py
|
||||
build
|
||||
dist
|
||||
Cantera_minimal_.egg-info
|
||||
Cantera_minimal.egg-info
|
||||
|
|
|
|||
|
|
@ -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="",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue