-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
42 lines (38 loc) · 789 Bytes
/
Copy pathMANIFEST.in
File metadata and controls
42 lines (38 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# MANIFEST.in - Sadece gerekli dosyaları dahil et
# Zorunlu dosyalar
include LICENSE
include README.md
include pyproject.toml
# Ana paket (sadece Python dosyaları)
recursive-include kha256 *.py
recursive-include kha256 *.pyi
recursive-include kha256 py.typed
# Global olarak hariç tut (KRİTİK!)
global-exclude *.py[cod]
global-exclude __pycache__
global-exclude *.so
global-exclude *.dylib
global-exclude *.dll
global-exclude .DS_Store
global-exclude *.ipynb
global-exclude *.ipynb_checkpoints
# Gereksiz klasörleri hariç tut
prune binder
prune content
prune data
prune notebooks
prune docs
prune tests
prune test
prune examples
prune .github
prune .git
prune build
prune dist
prune .venv
prune venv
prune .pytest_cache
prune .mypy_cache
prune .tox
prune .eggs
prune *.egg-info