We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c19aa commit 39e4e82Copy full SHA for 39e4e82
3 files changed
MANIFEST.in
@@ -0,0 +1 @@
1
+recursive-include pica/assets *
pyproject.toml
@@ -37,6 +37,9 @@ gpib = ["gpib-ctypes>=0.3.0"]
37
"Bug Tracker" = "https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation/issues"
38
39
# This finds the new 'pica' folder automatically
40
+[tool.setuptools]
41
+include-package-data = true
42
+
43
[tool.setuptools.packages.find]
44
where = ["."]
45
include = ["pica*"]
requirements.txt
@@ -4,5 +4,5 @@ matplotlib>=3.5.2
4
pymeasure>=0.10.0
5
pyvisa>=1.12.0
6
pyvisa-py>=0.5.3
7
-pillow>=10.3.0
+Pillow>=10.3.0
8
scipy
0 commit comments