forked from sagemath/threejs-sage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
34 lines (30 loc) · 1.06 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
[build-system]
requires = ["setuptools>=61.2"]
build-backend = "setuptools.build_meta"
[project]
name = "jupyter-threejs-sage"
description = "Sage: Open Source Mathematics Software: Jupyter extension for 3D graphics with threejs"
license = {text = "MIT License"}
authors = [{name = "The Sage Developers", email = "[email protected]"}]
classifiers = [
"Development Status :: 6 - Mature",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Framework :: Jupyter",
]
urls = {Homepage = "https://github.com/sagemath/threejs-sage"}
dynamic = ["version"]
[project.readme]
file = "README.md"
content-type = "text/markdown"
[tool.setuptools]
zip-safe = false
include-package-data = true
packages = ["jupyter_threejs_sage"]
[tool.setuptools.package-data]
jupyter_threejs_sage = ["jupyter_threejs_sage/static"]