Skip to content

Commit 7b4ffbf

Browse files
pyproject.toml file created
1 parent e0449ca commit 7b4ffbf

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
[build-system]
2+
requires = ["setuptools>=61.0"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "pica"
7+
version = "14.1.0"
8+
authors = [
9+
{ name = "Prathamesh Deshmukh", email = "prathameshium@duck.com" },
10+
]
11+
description = "A modular software suite for automating laboratory measurements in physics research."
12+
readme = "README.md"
13+
license = { file = "LICENSE" }
14+
requires-python = ">=3.9"
15+
classifiers = [
16+
"Development Status :: 4 - Beta",
17+
"Intended Audience :: Science/Research",
18+
"License :: OSI Approved :: MIT License",
19+
"Operating System :: OS Independent",
20+
"Programming Language :: Python :: 3",
21+
"Programming Language :: Python :: 3.9",
22+
"Programming Language :: Python :: 3.10",
23+
"Programming Language :: Python :: 3.11",
24+
"Topic :: Scientific/Engineering :: Physics",
25+
"Topic :: System :: Hardware :: Hardware Drivers",
26+
]
27+
dependencies = [
28+
"pyvisa",
29+
"pyvisa-py",
30+
"numpy",
31+
"matplotlib",
32+
"pandas",
33+
"pymeasure",
34+
"Pillow",
35+
"gpib-ctypes",
36+
]
37+
38+
[project.urls]
39+
"Homepage" = "https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation"
40+
"Bug Tracker" = "https://github.com/prathameshnium/PICA-Python-Instrument-Control-and-Automation/issues"
41+
42+
[project.gui-scripts]
43+
pica-launcher = "PICA_v6:main"

0 commit comments

Comments
 (0)