forked from s2mLab/pyScienceMode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (24 loc) · 743 Bytes
/
pyproject.toml
File metadata and controls
28 lines (24 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "pysciencemode"
version = "1.1.4"
description = "Python interface to control the Rehastim2 and RehastimP24 devices."
readme = "README.md"
license = { text = "MIT" }
authors = [
{ name = "S2M Lab", email = "kevin.co@umontreal.ca" }
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
requires-python = ">=3.10"
dependencies = ["numpy", "crccheck", "colorama", "pyserial"]
[tool.setuptools]
packages = ["pysciencemode"]
[project.urls]
"Homepage" = "https://github.com/s2mLab/pyScienceMode"
"Bug Tracker" = "https://github.com/s2mLab/pyScienceMode/issues"