-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
35 lines (31 loc) · 1.01 KB
/
pyproject.toml
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
29
30
31
32
33
34
35
# This file is generated automatically from metadata
# File edits may be overwritten!
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "mouse_joystick_interface"
version = "5.0.1"
description = "Python interface to the Dudman lab Mouse Joystick Rig."
readme = "README.md"
license.file = "LICENSE"
authors = [
{ name = "Peter Polidoro", email = "[email protected]" },
]
maintainers = [
{ name = "Peter Polidoro", email = "[email protected]" },
]
requires-python = ">=3.8"
dependencies = [
"modular_client", "flatten_json"
]
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Scientific/Engineering",
]
[project.urls]
Homepage = "https://github.com/janelia-pypi/mouse_joystick_interface_python"
Documentation = "https://github.com/janelia-pypi/mouse_joystick_interface_python"
"Bug Tracker" = "https://github.com/janelia-pypi/mouse_joystick_interface_python/issues"