mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 22:34:52 +00:00
Merge pull request #205 from bakatrouble/develop
Run generate for editable (develop) installs
This commit is contained in:
commit
69922e5cf9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -127,7 +127,7 @@ class Generate(Command):
|
||||||
docs_compiler.start()
|
docs_compiler.start()
|
||||||
|
|
||||||
|
|
||||||
if len(argv) > 1 and argv[1] in ["bdist_wheel", "install"]:
|
if len(argv) > 1 and argv[1] in ["bdist_wheel", "install", "develop"]:
|
||||||
error_compiler.start()
|
error_compiler.start()
|
||||||
api_compiler.start()
|
api_compiler.start()
|
||||||
docs_compiler.start()
|
docs_compiler.start()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue