fix data file inclusion in source distributions
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -10,6 +10,7 @@ __pycache__/
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
env/
|
||||
data/
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
@@ -58,13 +59,6 @@ docs/_build/
|
||||
# PyBuilder
|
||||
target/
|
||||
|
||||
# Manpages
|
||||
gallery-dl.1
|
||||
gallery-dl.conf.5
|
||||
|
||||
# Bash completion
|
||||
gallery-dl.bash_completion
|
||||
|
||||
# Snap packaging specific
|
||||
/snap/.snapcraft/
|
||||
/parts/
|
||||
|
||||
Reference in New Issue
Block a user