-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
84 lines (80 loc) · 1.71 KB
/
setup.cfg
File metadata and controls
84 lines (80 loc) · 1.71 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[metadata]
name = ons_mkdocs_theme
version = 1.2.7
author = Keilan Evans, ONS
author_email = Keilan.Evans@ons.gov.uk
description = An ONS MkDocs Theme based on Material for MkDocs for creating documentation websites
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ONSdigital/ons_mkdocs_theme
classifiers =
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.10
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
python_requires = >=3.10, <3.13
install_requires =
Babel==2.15.0
certifi==2024.7.4
charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
csscompressor==0.9.5
ghp-import==2.1.0
htmlmin2==0.1.13
idna==3.7
Jinja2==3.1.6
jsmin==3.0.1
Markdown>=3.8.1
MarkupSafe==2.1.5
mergedeep==1.3.4
mkdocs==1.6.0
mkdocs-get-deps==0.2.0
mkdocs-material==9.5.30
mkdocs-material-extensions==1.3.1
mkdocs-minify-plugin==0.8.0
packaging==24.1
paginate==0.5.6
pathspec==0.12.1
platformdirs==4.2.2
Pygments==2.20.0
pymdown-extensions==10.16.1
python-dateutil==2.9.0.post0
PyYAML==6.0.1
pyyaml_env_tag==0.1
regex==2024.7.24
requests==2.33.0
six==1.16.0
urllib3==2.6.3
watchdog==4.0.1
include_package_data = True
[options.packages.find]
where = .
[options.package_data]
ons_mkdocs_theme =
*.html
*.css
*.py
*.js
*.png
*.svg
*.jpg
*.jpeg
*.gif
*.ico
*.txt
*.xml
*.yml
*.yaml
*.json
*.md
*.rst
*.toml
*.ini
*.conf
*.ts
[options.entry_points]
mkdocs.themes =
ons_mkdocs_theme = ons_mkdocs_theme