11[build-system ]
2- requires = [" hatchling" ]
2+ requires = [
3+ " hatchling" ,
4+ ]
35build-backend = " hatchling.build"
46
57[project ]
68name = " pyidi"
7- version = ' 1.2.0'
8- authors = [{
name =
" Klemen Zaletelj, Domen Gorjup, Janko Slavič et al." ,
email =
" [email protected] " }]
9- maintainers = [{
name =
" Klemen Zaletelj, Domen Gorjup, Janko Slavič et al." ,
email =
" [email protected] " }]
9+ version = " 1.3.1"
1010license = " MIT"
1111description = " Python Image Displacement Identification."
1212readme = " README.md"
13- keywords = [' computer vision' , ' dic' , ' gradient-based' , ' displacement identification' ]
13+ keywords = [
14+ " computer vision" ,
15+ " dic" ,
16+ " gradient-based" ,
17+ " displacement identification" ,
18+ ]
1419requires-python = " >=3.10"
1520dependencies = [
1621 " matplotlib>=3.0.0" ,
@@ -27,15 +32,22 @@ dependencies = [
2732 " imageio[pyav]" ,
2833 " opencv-python" ,
2934]
30-
3135classifiers = [
32- ' Development Status :: 5 - Production/Stable' ,
33- ' Intended Audience :: Developers' ,
34- ' Topic :: Scientific/Engineering' ,
35- ' Programming Language :: Python :: 3.10' ,
36+ " Development Status :: 5 - Production/Stable" ,
37+ " Intended Audience :: Developers" ,
38+ " Topic :: Scientific/Engineering" ,
39+ " Programming Language :: Python :: 3.10" ,
3640 " License :: OSI Approved :: MIT License" ,
3741]
3842
43+ [[project .authors ]]
44+ name = " Klemen Zaletelj, Domen Gorjup, Janko Slavič et al."
45+ 46+
47+ [[project .maintainers ]]
48+ name = " Klemen Zaletelj, Domen Gorjup, Janko Slavič et al."
49+ 50+
3951[project .optional-dependencies ]
4052dev = [
4153 " sphinx" ,
@@ -47,7 +59,6 @@ dev = [
4759 " nbsphinx" ,
4860 " nbsphinx_link" ,
4961]
50-
5162qt = [
5263 " pyqt6" ,
5364 " pyqtgraph" ,
@@ -60,5 +71,5 @@ source = "https://github.com/ladisk/pyidi"
6071
6172[tool .hatch .build .targets .sdist ]
6273include = [
63- " pyidi/*"
64- ]
74+ " pyidi/*" ,
75+ ]
0 commit comments