mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
some housekeeping for webconfig
This commit is contained in:
parent
131a81353d
commit
6496c52336
4 changed files with 10 additions and 1 deletions
8
setup.py
8
setup.py
|
@ -366,8 +366,14 @@ def main():
|
||||||
"xonsh.history",
|
"xonsh.history",
|
||||||
"xonsh.prompt",
|
"xonsh.prompt",
|
||||||
"xonsh.lib",
|
"xonsh.lib",
|
||||||
|
"xonsh.webconfig",
|
||||||
],
|
],
|
||||||
package_dir={"xonsh": "xonsh", "xontrib": "xontrib", "xonsh.lib": "xonsh/lib"},
|
package_dir={
|
||||||
|
"xonsh": "xonsh",
|
||||||
|
"xontrib": "xontrib",
|
||||||
|
"xonsh.lib": "xonsh/lib",
|
||||||
|
"xonsh.webconfig": "xonsh/webconfig",
|
||||||
|
},
|
||||||
package_data={
|
package_data={
|
||||||
"xonsh": ["*.json", "*.githash"],
|
"xonsh": ["*.json", "*.githash"],
|
||||||
"xontrib": ["*.xsh"],
|
"xontrib": ["*.xsh"],
|
||||||
|
|
0
xonsh/webconfig/__init__.py
Normal file
0
xonsh/webconfig/__init__.py
Normal file
3
xonsh/webconfig/__main__.py
Normal file
3
xonsh/webconfig/__main__.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
from xonsh.webconfig.main import main
|
||||||
|
|
||||||
|
main()
|
0
web_config/webconfig.py → xonsh/webconfig/main.py
Executable file → Normal file
0
web_config/webconfig.py → xonsh/webconfig/main.py
Executable file → Normal file
Loading…
Add table
Reference in a new issue