-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (32 loc) · 1.04 KB
/
pyproject.toml
File metadata and controls
37 lines (32 loc) · 1.04 KB
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
[build-system]
requires = ["setuptools>=61.2"]
build-backend = "setuptools.build_meta"
[project]
name = "sphinxcontrib-googleanalytics"
version = "0.5"
license = "BSD-3-Clause"
authors = [{name = "Domen Kozar", email = "domen@dev.si"}]
maintainers = [{name = "Jelmer Vernooij", email = "jelmer@jelmer.uk"}]
description = "Sphinx extension googleanalytics"
readme = "README.rst"
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Topic :: Documentation",
"Topic :: Utilities",
]
dependencies = ["Sphinx>=0.6"]
[project.urls]
Homepage = "https://github.com/sphinx-contrib/googleanalytics"
Download = "http://pypi.python.org/pypi/sphinxcontrib-googleanalytics"
Repository = "https://github.com/sphinx-contrib/googleanalytics"
[tool.setuptools]
zip-safe = false
include-package-data = true
platforms = ["any"]
[tool.setuptools.packages]
find = {namespaces = false}