forked from sarang-IITKgp/scikit-vector-fields
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
27 lines (23 loc) · 821 Bytes
/
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
[build-system]
requires = ["setuptools>=40.8.0","numpy","matplotlib","mayavi","PyQt5"]
build-backend = "setuptools.build_meta"
[project]
name = "scikit-vector-fields"
version = "0.0.6"
authors = [
{ name="Sarang Pendharker", email="sarang@ece.iitkgp.ac.in" },
]
description = "A package to perform vector field computations"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Development Status :: 4 - Beta",
"Topic :: Scientific/Engineering"
]
dependencies = ["numpy","matplotlib","mayavi","PyQt5"]
[project.urls]
"Homepage" = "https://github.com/sarang-IITKgp/scikit-vector-fields"
"Bug Tracker" = "https://github.com/sarang-IITKgp/scikit-vector-fields/issues"