mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
Merge pull request #25 from soxoj/package-resources
Add report resources to the PyPi packages
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.1.10] - 2021-01-13
|
||||
* added report static resources into package
|
||||
|
||||
## [0.1.9] - 2021-01-11
|
||||
* added HTML and PDF report export
|
||||
* fixed support of Python 3.6
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
include LICENSE
|
||||
include README.md
|
||||
include requirements.txt
|
||||
include maigret/resources/data.json
|
||||
include maigret/resources/*
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ from .report import save_csv_report, genxmindfile, save_html_pdf_report
|
||||
|
||||
import xmind
|
||||
|
||||
__version__ = '0.1.9'
|
||||
__version__ = '0.1.10'
|
||||
|
||||
supported_recursive_search_ids = (
|
||||
'yandex_public_id',
|
||||
|
||||
@@ -12,7 +12,7 @@ with open('requirements.txt') as rf:
|
||||
requires = rf.read().splitlines()
|
||||
|
||||
setup(name='maigret',
|
||||
version='0.1.9',
|
||||
version='0.1.10',
|
||||
description='Collect a dossier on a person by username from a huge number of sites',
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user