11# ---- managed by somesy, see .somesy.toml ----
22[project ]
33name = " fair-python-cookiecutter"
4- version = " 0.3.2 "
4+ version = " 1.0.0 "
55description = " An opinionated cookiecutter template to kickstart a modern best-practice Python project with FAIR metadata."
6- license = " MIT"
76readme = " README.md"
8- keywords = [" fair" , " metadata" , " python" , " cookiecutter" , " template" ]
9- # ---- managed by somesy, see .somesy.toml ----
7+ keywords = [
8+ " fair" ,
9+ " metadata" ,
10+ " python" ,
11+ " cookiecutter" ,
12+ " template" ,
13+ ]
1014
1115classifiers = [
1216 " Intended Audience :: Science/Research" ,
@@ -24,8 +28,16 @@ dependencies = [
2428 " importlib-resources>=6.4.0" ,
2529 " importlib-metadata (>=8.6.1,<9.0.0)"
2630]
27- authors = [{
name =
" Anton Pirogov" ,
email =
" [email protected] " }, {
name =
" Mustafa Soylu" ,
email =
" [email protected] " }]
28- maintainers = [{
name =
" Mustafa Soylu" ,
email =
" [email protected] " }]
31+ authors = [
32+ {
name =
" Anton Pirogov" ,
email =
" [email protected] " },
33+ {
name =
" Mustafa Soylu" ,
email =
" [email protected] " },
34+ ]
35+ maintainers = [
36+ {
name =
" Mustafa Soylu" ,
email =
" [email protected] " },
37+ ]
38+
39+ license = {text = " MIT" }
40+
2941[project .urls ]
3042homepage = " https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter"
3143repository = " https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter"
@@ -74,7 +86,7 @@ black = "^24.4.2"
7486fair-python-cookiecutter = " fair_python_cookiecutter.cli:app"
7587
7688[build-system ]
77- requires = [" poetry-core" ]
89+ requires = [" poetry-core>=2.0 " ]
7890build-backend = " poetry.core.masonry.api"
7991
8092# NOTE: You can run the following with "poetry poe TASK"
0 commit comments