diff --git a/MANIFEST.in b/MANIFEST.in index 316b5f6d..d4e995f0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -17,4 +17,4 @@ recursive-include tqdm/auto *.py # Examples/Documentation recursive-include examples *.py include README.rst -include tqdm.1 +include tqdm/tqdm.1 diff --git a/Makefile b/Makefile index 69d9e778..0034c189 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ viewasv: asv publish asv preview -tqdm.1: .tqdm.1.md +tqdm/tqdm.1: .tqdm.1.md python -m tqdm --help | tail -n+5 | cat "$<" - |\ sed -r 's/^ (--.*)=<(.*)> : (.*)$$/\n\\\1=*\2*\n: \3./' |\ sed -r 's/ (-.*, --.*) /\n\1\n: /' |\ diff --git a/tqdm.1 b/tqdm/tqdm.1 similarity index 100% rename from tqdm.1 rename to tqdm/tqdm.1