-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 1004 Bytes
/
Copy pathpyproject.toml
File metadata and controls
29 lines (26 loc) · 1004 Bytes
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
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "sborniktestov-embed"
version = "1.0.0"
description = "Embed interactive quizzes from sborniktestov.ru into any website. Generates embed HTML with 20+ customizable parameters."
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.7"
keywords = ["quiz", "embed", "test", "education", "iframe", "sborniktestov", "assessment"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Topic :: Education :: Testing",
"Topic :: Internet :: WWW/HTTP",
]
[project.urls]
Homepage = "https://sborniktestov.ru/embed/"
Repository = "https://github.com/kandebobr/sborniktestov-embed-python"
"Quiz Platform" = "https://sborniktestov.ru/"
[project.scripts]
sborniktestov-embed = "sborniktestov_embed.cli:main"