-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
40 lines (37 loc) · 1.37 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
36
37
38
39
40
[project]
name = "behatrix"
version = "0.11"
description = "Behatrix - Behavioral Sequences Analysis with permutation test"
authors = [{ name="Olivier Friard", email="olivier.friard@unito.it" }]
readme = "README.md"
license = { file = "LICENSE.TXT" }
requires-python = ">=3.10"
classifiers=[
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"Intended Audience :: Education",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Visualization",
"Operating System :: OS Independent"
]
dependencies = [
"numpy",
#>1.24.4",
#>=6.6.3.1",
"pyside6",
"shiboken6>=6.8.0.1",
]
[project.urls]
Homepage = "http://www.boris.unito.it/behatrix"
Documentation = "https://github.com/olivierfriard/behatrix/blob/master/README.rst"
Change_log = "https://github.com/olivierfriard/behatrix/wiki/revision-history"
Source_code = "https://github.com/olivierfriard/behatrix"
Issues = "https://github.com/olivierfriard/behatrix/issues"
[project.scripts]
behatrix = "behatrix:main"