File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change
1
+ include README.rst
2
+ include LICENSE
3
+ include CHANGES
4
+
5
+ include tox.ini
6
+
7
+ recursive-include sphinxcontrib/applehelp/templates *
8
+ recursive-include sphinxcontrib/applehelp/locales *
9
+ recursive-include tests *
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" flit_core>=3.7 " ]
3
- build-backend = " flit_core.buildapi "
2
+ requires = [" setuptools>=64 " ]
3
+ build-backend = " setuptools.build_meta "
4
4
5
5
# project metadata
6
6
[project ]
7
- name = " sphinxcontrib. applehelp"
7
+ name = " sphinxcontrib- applehelp"
8
8
description = " sphinxcontrib-applehelp is a Sphinx extension which outputs Apple help books"
9
9
readme = " README.rst"
10
10
urls.Changelog = " https://www.sphinx-doc.org/en/master/changes.html"
@@ -56,17 +56,8 @@ lint = [
56
56
name = " Georg Brandl"
57
57
email = " georg@python.org"
58
58
59
- [tool .flit .sdist ]
60
- include = [
61
- " LICENSE" ,
62
- " CHANGES" ,
63
- # Tests
64
- " tests/" ,
65
- " tox.ini" ,
66
- ]
67
- exclude = [
68
- " doc/_build" ,
69
- ]
59
+ [tool .setuptools .dynamic ]
60
+ version.attr = " sphinxcontrib.applehelp.__version__"
70
61
71
62
[tool .mypy ]
72
63
ignore_missing_imports = true
You can’t perform that action at this time.
0 commit comments