mirror of
https://github.com/SELinuxProject/setools
synced 2025-01-28 10:32:47 +00:00
Add MANIFEST.in for setup sdist target.
This commit is contained in:
parent
84b3e8b9f4
commit
c183796688
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
/build
|
||||
/dist
|
||||
/setools.egg-info
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
9
MANIFEST.in
Normal file
9
MANIFEST.in
Normal file
@ -0,0 +1,9 @@
|
||||
include data/*
|
||||
include libqpol/*.h
|
||||
include libqpol/*.l
|
||||
include libqpol/*.y
|
||||
include libqpol/libqpol.map
|
||||
include libqpol/include/qpol/*.h
|
||||
include tests/*.conf
|
||||
include tests/*.py
|
||||
include tests/perm_map
|
Loading…
Reference in New Issue
Block a user