chg: Add changelog and readme in the package

pull/557/head
Raphaël Vinot 2020-03-16 11:04:31 +01:00
parent 2a9c79a1e9
commit 3136b44204
1 changed files with 12 additions and 8 deletions

View File

@ -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"