Skip to content

Commit 9e3472d

Browse files
committed
Update pyproject.toml poetry section.
1 parent 6b93935 commit 9e3472d

1 file changed

Lines changed: 30 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,36 @@ keywords = ["dashboard", "data visualization", "survey data", "categorical data"
3434
[tool.poetry]
3535
name = "survey-dashboard"
3636
version = "0.1.0"
37-
description = "A Dashboard displaying survey data interactively."
38-
authors = ["j.broeder <j.broeder@fz-juelich.de>"]
37+
description = "A Dashboard displaying survey data in an interactive way and allow for interactive exploration."
38+
authors = ["Jens Broeder <j.broeder@fz-juelich.de>", "Silke Christine Gerlich <s.gerlich@fz-juelich.de>", "Volker Hofmann <v.hofmann@fz-juelich.de>"]
39+
readme = "README.md"
3940
license = "MIT"
41+
classifiers = [
42+
"Development Status :: 3 - Beta",
43+
"Intended Audience :: Information Technology",
44+
"Intended Audience :: Science/Research",
45+
"License :: OSI Approved :: MIT License",
46+
"Natural Language :: English",
47+
"Operating System :: POSIX :: Linux",
48+
"Operating System :: MacOS :: MacOS X",
49+
"Programming Language :: Python",
50+
"Programming Language :: Python :: 3.8",
51+
"Programming Language :: Python :: 3.9",
52+
"Programming Language :: Python :: 3.10",
53+
"Programming Language :: Python :: 3.11",
54+
"Programming Language :: Python :: 3.12",
55+
"Topic :: Database :: Front-Ends",
56+
"Topic :: Education",
57+
"Topic :: Scientific/Engineering",
58+
"Topic :: Scientific/Engineering :: Information Analysis",
59+
"Topic :: Scientific/Engineering :: Visualization",
60+
61+
]
62+
keywords = ["dashboard", "data visualization", "survey data", "categorical data",
63+
"interactive visualization", "bokeh", "panel"]
64+
65+
66+
4067

4168
[tool.poetry.dependencies]
4269
python = "^3.8"
@@ -50,8 +77,6 @@ pre-commit = "^2.17.0"
5077
pytest = "^7.0.1"
5178
pytest-cov = "^3.0.0"
5279
pdoc = "^10.0.3"
53-
yapf = ""
54-
mypi = ""
5580

5681
[build-system]
5782
requires = ["poetry-core>=1.0.0"]
@@ -79,4 +104,4 @@ warn_unused_ignores = true
79104
warn_redundant_casts = true
80105
no_warn_no_return = true
81106
show_traceback = true
82-
plugins = []
107+
plugins = []

0 commit comments

Comments
 (0)