Mercurial > hgrepos > Python > libs > ConfigMix
annotate MANIFEST.in @ 654:0d6673d06c2c
Add support for using "tomllib" (in Python's stdlib since 3.11) and "tomli" TOML packages.
They are preferred if they are found to be installed.
But note that the declared dependency for the "toml" extra nevertheless
is the "toml" package. Because it is available for all supported Python
versions.
So use Python 3.11+ or install "tomli" manually if you want to use the
alternate packages.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 19 May 2022 22:10:59 +0200 |
| parents | 1b03b7a566af |
| children | dec978cad4d1 |
| rev | line source |
|---|---|
| 76 | 1 include .hg* *.txt requirement* |
|
559
bb160a1e67d7
A simple helper include file with some conveniente functions.
Franz Glasner <fzglas.hg@dom66.de>
parents:
542
diff
changeset
|
2 include configmix/*.c configmix/*.h |
|
289
6c7b71ae3405
FIX: "doc" has been renamed to "docs" a long time ago: follow in MANIFEST.in and .hgkwarchive also
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
93
diff
changeset
|
3 graft docs |
| 93 | 4 graft tests |
|
584
ed131d456319
Put the content of "windows-dev" into the source distribution
Franz Glasner <fzglas.hg@dom66.de>
parents:
576
diff
changeset
|
5 graft windows-dev |
|
289
6c7b71ae3405
FIX: "doc" has been renamed to "docs" a long time ago: follow in MANIFEST.in and .hgkwarchive also
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
93
diff
changeset
|
6 prune docs/_build |
|
597
1b03b7a566af
FIX: Remove __* from the manifest's "global-exclude": it excludes __init__.py files also.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
584
diff
changeset
|
7 exclude __* |
|
1b03b7a566af
FIX: Remove __* from the manifest's "global-exclude": it excludes __init__.py files also.
Franz Glasner <f.glasner@feldmann-mg.com>
parents:
584
diff
changeset
|
8 global-exclude *.pyc *.pyo |
