mirror of https://github.com/MISP/PyMISP
chg: Add changelog and readme in the package
parent
2a9c79a1e9
commit
3136b44204
|
@ -25,12 +25,16 @@ classifiers=[
|
||||||
'Topic :: Internet'
|
'Topic :: Internet'
|
||||||
]
|
]
|
||||||
|
|
||||||
include = ["pymisp/data/*.json",
|
include = [
|
||||||
|
"CHANGELOG.txt",
|
||||||
|
"README.md",
|
||||||
|
"pymisp/data/*.json",
|
||||||
"pymisp/data/misp-objects/schema_objects.json",
|
"pymisp/data/misp-objects/schema_objects.json",
|
||||||
"pymisp/data/misp-objects/schema_relationships.json",
|
"pymisp/data/misp-objects/schema_relationships.json",
|
||||||
"pymisp/data/misp-objects/objects/*/definition.json",
|
"pymisp/data/misp-objects/objects/*/definition.json",
|
||||||
"pymisp/data/misp-objects/relationships/definition.json",
|
"pymisp/data/misp-objects/relationships/definition.json",
|
||||||
"pymisp/tools/pdf_fonts/Noto_TTF/*"]
|
"pymisp/tools/pdf_fonts/Noto_TTF/*"
|
||||||
|
]
|
||||||
|
|
||||||
[tool.poetry.urls]
|
[tool.poetry.urls]
|
||||||
"Bug Tracker" = "https://github.com/MISP/PyMISP/issues"
|
"Bug Tracker" = "https://github.com/MISP/PyMISP/issues"
|
||||||
|
|
Loading…
Reference in New Issue