Skip to content

Commit 39e4e82

Browse files
pillow
1 parent b0c19aa commit 39e4e82

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
recursive-include pica/assets *

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ gpib = ["gpib-ctypes>=0.3.0"]
3737
"Bug Tracker" = "https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation/issues"
3838

3939
# This finds the new 'pica' folder automatically
40+
[tool.setuptools]
41+
include-package-data = true
42+
4043
[tool.setuptools.packages.find]
4144
where = ["."]
4245
include = ["pica*"]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ matplotlib>=3.5.2
44
pymeasure>=0.10.0
55
pyvisa>=1.12.0
66
pyvisa-py>=0.5.3
7-
pillow>=10.3.0
7+
Pillow>=10.3.0
88
scipy

0 commit comments

Comments
 (0)