generated from cicirello/python-github-action-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
59 lines (56 loc) · 1.36 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "bibliometrics"
version = "3.2.0"
authors = [
{ name="Vincent A. Cicirello", email="development@cicirello.org" },
]
description = "Summarize your Google Scholar bibliometrics in an SVG"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"Intended Audience :: Education",
"Topic :: Other/Nonlisted Topic",
"Topic :: Multimedia :: Graphics",
]
keywords = [
"a-index",
"bibliometrics",
"e-index",
"g-index",
"h-index",
"h-median",
"Hirsch index",
"i10-index",
"i100-index",
"i1000-index",
"i10000-index",
"journals",
"m-quotient",
"o-index",
"publications",
"researcher",
"r-index",
"scholar",
"scientometrics",
"SVG",
"SVG generation",
"w-index",
]
[project.urls]
"GitHub Repository" = "https://github.com/cicirello/bibliometrics"
"Bug Tracker" = "https://github.com/cicirello/bibliometrics/issues"
"Changelog" = "https://github.com/cicirello/bibliometrics/blob/main/CHANGELOG.md"
[tool.hatch.build]
exclude = [
"/.github",
"/images",
"/.bibliometrics.config.json",
"/bibliometrics.json",
]