Files
app_package/MANIFEST.in
2025-11-17 18:22:56 +08:00

15 lines
349 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 保留安装和说明文件
include README.md
include LICENSE
include requirements.txt
# 包含二进制文件
recursive-include hertz_studio_django_xxx *.py
recursive-include hertz_studio_django_xxx/migrations *.py
# 排除源代码和缓存但已通过include保留了必要的.py文件
global-exclude *.pyc
global-exclude __pycache__