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.
2 parents 33144aa + 519459a commit 5a5cc7eCopy full SHA for 5a5cc7e
.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