Accelerated start time & fixed some false positives

This commit is contained in:
Soxoj
2021-10-31 18:25:01 +03:00
parent aad862b2ed
commit 6480eebbdf
7 changed files with 57 additions and 24 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ with open('requirements.txt') as rf:
requires = rf.read().splitlines()
setup(name='maigret',
version='0.3.0',
version='0.3.1',
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",