mirror of https://github.com/MISP/PyMISP
Merge branch 'qha-repair-include'
commit
648ea43ee0
10
MANIFEST.in
10
MANIFEST.in
|
@ -1,10 +0,0 @@
|
|||
graft docs
|
||||
graft examples
|
||||
graft tests
|
||||
include CHANGELOG.txt
|
||||
include LICENSE
|
||||
include pymisp/data/*.json
|
||||
include pymisp/data/misp-objects/*.json
|
||||
include pymisp/data/misp-objects/objects/*/definition.json
|
||||
include pymisp/data/misp-objects/relationships/definition.json
|
||||
include README.md
|
|
@ -33,7 +33,10 @@ include = [
|
|||
"pymisp/data/misp-objects/schema_relationships.json",
|
||||
"pymisp/data/misp-objects/objects/*/definition.json",
|
||||
"pymisp/data/misp-objects/relationships/definition.json",
|
||||
"pymisp/tools/pdf_fonts/Noto_TTF/*"
|
||||
"pymisp/tools/pdf_fonts/Noto_TTF/*",
|
||||
"docs",
|
||||
"examples",
|
||||
"tests",
|
||||
]
|
||||
|
||||
[tool.poetry.urls]
|
||||
|
|
Loading…
Reference in New Issue