mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 13:45:31 +00:00
setup.py: remove build_usage and build_man as setup.py command
This commit is contained in:
parent
7d77985601
commit
9d913b0e82
1 changed files with 1 additions and 8 deletions
9
setup.py
9
setup.py
|
@ -21,7 +21,6 @@
|
||||||
cythonize = None
|
cythonize = None
|
||||||
|
|
||||||
sys.path += [os.path.dirname(__file__)]
|
sys.path += [os.path.dirname(__file__)]
|
||||||
import setup_docs
|
|
||||||
|
|
||||||
is_win32 = sys.platform.startswith("win32")
|
is_win32 = sys.platform.startswith("win32")
|
||||||
is_openbsd = sys.platform.startswith("openbsd")
|
is_openbsd = sys.platform.startswith("openbsd")
|
||||||
|
@ -111,13 +110,7 @@ def run(self):
|
||||||
rm(compiled)
|
rm(compiled)
|
||||||
|
|
||||||
|
|
||||||
cmdclass = {
|
cmdclass = {"build_ext": build_ext, "sdist": Sdist, "clean2": Clean}
|
||||||
"build_ext": build_ext,
|
|
||||||
"build_usage": setup_docs.build_usage,
|
|
||||||
"build_man": setup_docs.build_man,
|
|
||||||
"sdist": Sdist,
|
|
||||||
"clean2": Clean,
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
ext_modules = []
|
ext_modules = []
|
||||||
|
|
Loading…
Reference in a new issue