Skip to content

Commit 37f80a3

Browse files
committed
Python: include fdsplotlib in fds_python_env
1 parent 33144aa commit 37f80a3

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)