File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3131
3232# this has to be at the top level, see how setup.py parses this
3333#: Distribution version number.
34- __version__ = "1.2-dev "
34+ __version__ = "1.2"
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools" ]
2+ requires = [" setuptools" , " wheel " ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -32,6 +32,9 @@ classifiers = [
3232dependencies = []
3333dynamic = [" version" , " readme" ]
3434
35+ [tool .setuptools ]
36+ include-package-data = false # to disable including package data for tests (true by default)
37+
3538[tool .setuptools .dynamic ]
3639version = {attr = " html5lib.__version__" } # any module attribute compatible with ast.literal_eval
3740readme = {file = [" README.rst" , " AUTHORS.rst" ]}
@@ -40,4 +43,5 @@ readme = {file = ["README.rst", "AUTHORS.rst"]}
4043where = [" ." ] # list of folders that contain the packages (["."] by default)
4144include = [" html5lib*" ] # package names should match these glob patterns (["*"] by default)
4245exclude = [" html5lib.tests*" ] # exclude packages matching these glob patterns (empty by default)
43- namespaces = false # to disable scanning PEP 420 namespaces (true by default)
46+ namespaces = false # to disable scanning PEP 420 namespaces (true by default)
47+
You can’t perform that action at this time.
0 commit comments