We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33144aa commit 37f80a3Copy full SHA for 37f80a3
.github/requirements.txt
@@ -11,3 +11,6 @@ pygments
11
ipython
12
cantera
13
pyfdstools
14
+
15
+# Local utility packages (imports fdsplotlib)
16
+-e ../Utilities/Python
Utilities/Python/setup.py
@@ -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