-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMANIFEST.in
41 lines (41 loc) · 819 Bytes
/
MANIFEST.in
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
include requirements*.txt
exclude __pycache__/**
exclude .benchmarks/**
exclude .git/**
exclude .github/**
exclude .pytest_cache/**
exclude .vscode/**
exclude .history/**
exclude docs/**
exclude examples/**
exclude notebooks/**
exclude scripts/**
exclude src/modules/**
exclude templates/**
exclude tests/**
exclude data/**
exclude dataset/**
exclude datasets/**
exclude __init__.py
exclude .coverage
exclude .editorconfig
exclude .env
exclude .env.example
exclude .gitignore
exclude .gitmodules
exclude .ipynb_checkpoints
exclude .markdownlint.json
exclude .pre-commit-config.yaml
exclude .DS_Store
exclude CHANGELOG.md
exclude environment.yml
exclude Makefile
exclude MANIFEST.in
exclude mkdocs.yml
exclude pytest.ini
exclude Thumbs.db
exclude sample.py
exclude example.py
exclude test.py
exclude *.bak
exclude *.pyc