Skip to content

Commit 5a5cc7e

Browse files
authored
Merge pull request #15236 from rmcdermo/master
Python: add fdsplotlib to fds_python_env
2 parents 33144aa + 519459a commit 5a5cc7e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ pygments
1111
ipython
1212
cantera
1313
pyfdstools
14+
15+
# Local utility packages (imports fdsplotlib)
16+
-e ../Utilities/Python

Utilities/Python/setup.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from setuptools import setup
2+
3+
setup(
4+
name="fdsplotlib",
5+
version="0.0.0",
6+
py_modules=["fdsplotlib"], # tells setuptools it's a single-file module
7+
)
8+

0 commit comments

Comments
 (0)