-
Notifications
You must be signed in to change notification settings - Fork 3
/
pyproject.toml
36 lines (35 loc) · 1.15 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
[project]
name = "qsimov"
version = "5.1.3"
description="QSimov: A Quantum Computing Toolkit"
readme = "README.md"
requires-python = ">=3.8"
license = {file = "LICENSE.md"}
authors = [
{name = "Hernán Indíbil de la Cruz Calvo", email = "[email protected]"},
]
keywords=["quantum"]
classifiers=[
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'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',
'Topic :: Scientific/Engineering :: Mathematics',
'Topic :: Scientific/Engineering :: Physics'
]
dependencies = [
"numpy>=1.21",
"matplotlib>=3.5.1",
"doki-Mowstyl>=1.5.2",
"sympy"
]
[project.urls]
Homepage = "https://forum.clanjhoo.com"
Documentation = "https://github.com/Mowstyl/QSimov/wiki"
Repository = "https://github.com/Mowstyl/QSimov.git"
Issues = "https://github.com/Mowstyl/QSimov/issues"
Changelog = "https://github.com/Mowstyl/QSimov/commits"