mirror of
https://github.com/ZGCA-Forge/Elevator.git
synced 2026-02-04 13:25:23 +00:00
init version
This commit is contained in:
12
MANIFEST.in
Normal file
12
MANIFEST.in
Normal file
@@ -0,0 +1,12 @@
|
||||
include README_CN.md
|
||||
include setup.py
|
||||
include MANIFEST.in
|
||||
include elevator_saga/py.typed
|
||||
recursive-include elevator_saga *.py
|
||||
recursive-include elevator_saga *.json
|
||||
recursive-include elevator_saga *.md
|
||||
exclude test_package.py
|
||||
exclude *.pyc
|
||||
exclude elevator_saga/__pycache__/*
|
||||
global-exclude __pycache__
|
||||
global-exclude *.py[co]
|
||||
Reference in New Issue
Block a user