diff --git a/MANIFEST b/MANIFEST index d566904..05b7ab3 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,4 +1,5 @@ # file GENERATED by distutils, do NOT edit +README setup.cfg setup.py novaposhta/__init__.py diff --git a/setup.cfg b/setup.cfg index b88034e..d4aa9ee 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,3 @@ [metadata] -description-file = README.md +long_description = file: README +long_description_content_type = text/markdown