forked from madprime/python-gedcom
-
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathMANIFEST.in
More file actions
29 lines (22 loc) · 516 Bytes
/
Copy pathMANIFEST.in
File metadata and controls
29 lines (22 loc) · 516 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
exclude MANIFEST.in
# Include the README and the CHANGELOG
include *.md
# Include the license file
include LICENSE.txt
# Include the dependency related files
include Pipfile
include Pipfile.lock
# Docs
exclude logo.png
exclude docs
recursive-exclude docs *
recursive-exclude gedcom *.md
# Exclude test files
recursive-exclude tests *
# Exclude Node related files
exclude .nvmrc
exclude commitlint.config.js
exclude package.json
exclude package-lock.json
# Exclude bump2version config
exclude .bumpversion.cfg