Fixed links to static files in README

This commit is contained in:
Soxoj
2021-06-13 00:49:43 +03:00
parent f057fd3a68
commit 9c22e09808
2 changed files with 8 additions and 9 deletions
+1 -2
View File
@@ -5,8 +5,7 @@ from setuptools import (
with open('README.md') as fh:
readme = fh.read()
long_description = readme.replace('./', 'https://raw.githubusercontent.com/soxoj/maigret/main/')
long_description = fh.read()
with open('requirements.txt') as rf:
requires = rf.read().splitlines()