Skip to content

Commit

Permalink
Rename minimal Python interface package
Browse files Browse the repository at this point in the history
The name 'Cantera (minimal)' conflicts with PEP 503 because of the
parentheses.
  • Loading branch information
bryanwweber committed Aug 11, 2016
1 parent 2b2f733 commit fea1a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interfaces/python_minimal/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ cantera/ck2cti.py
cantera/ctml_writer.py
build
dist
Cantera_minimal_.egg-info
Cantera_minimal.egg-info
2 changes: 1 addition & 1 deletion interfaces/python_minimal/setup.py.in
Original file line number Diff line number Diff line change
@@ -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="",
Expand Down

0 comments on commit fea1a36

Please sign in to comment.