|
2 | 2 | name = "somesy" |
3 | 3 | version = "0.7.0" |
4 | 4 | description = "A CLI tool for synchronizing software project metadata." |
5 | | -authors = ["Mustafa Soylu <m.soylu@fz-juelich.de>", "Anton Pirogov <a.pirogov@fz-juelich.de>"] |
6 | | -maintainers = ["Mustafa Soylu <m.soylu@fz-juelich.de>"] |
7 | 5 | license = "MIT" |
8 | | - |
9 | 6 | readme = "README.md" |
10 | | -repository = "https://github.com/Materials-Data-Science-and-Informatics/somesy" |
11 | | -homepage = "https://materials-data-science-and-informatics.github.io/somesy" |
12 | | -documentation = "https://materials-data-science-and-informatics.github.io/somesy" |
13 | | - |
14 | 7 | keywords = ["metadata", "FAIR"] |
15 | 8 | classifiers = [ |
16 | 9 | "Operating System :: POSIX :: Linux", |
| 10 | + "Operating System :: MacOS :: MacOS X", |
| 11 | + "Operating System :: Microsoft :: Windows", |
| 12 | + "Natural Language :: English", |
17 | 13 | "Intended Audience :: Developers", |
18 | 14 | "Intended Audience :: Science/Research", |
19 | 15 | "Topic :: Software Development :: Libraries :: Application Frameworks", |
20 | 16 | "License :: OSI Approved :: MIT License", |
21 | 17 | ] |
22 | 18 |
|
| 19 | +authors = [{name = "Mustafa Soylu", email = "m.soylu@fz-juelich.de"}, {name = "Anton Pirogov", email = "a.pirogov@fz-juelich.de"}] |
| 20 | +maintainers = [{name = "Mustafa Soylu", email = "m.soylu@fz-juelich.de"}] |
| 21 | +[project.urls] |
| 22 | +homepage = "https://materials-data-science-and-informatics.github.io/somesy" |
| 23 | +repository = "https://github.com/Materials-Data-Science-and-Informatics/somesy" |
| 24 | +documentation = "https://materials-data-science-and-informatics.github.io/somesy" |
| 25 | + |
23 | 26 | [tool.poetry] |
24 | 27 | # the Python packages that will be included in a built distribution: |
25 | 28 | packages = [{include = "somesy", from = "src"}] |
|
0 commit comments