diff --git a/README.rst b/README.rst index ce39d81..7439910 100644 --- a/README.rst +++ b/README.rst @@ -1,23 +1,19 @@ -======= MgLib ======= -Python Package containing modules shared across all [Papermerge Project](https://github.com/ciur/papermerge) project. +Python Package containing modules shared across all `Papermerge Project `_ project. -############## Installation ############## pip install mglib -########### Run tests ########### python test/run.py -############## Requirements ############## diff --git a/setup.cfg b/setup.cfg index 2a32bc1..e775627 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,6 +9,8 @@ author_email = eugen@papermerge.com keywords= common, package, shared, papermerge, pdf, ocr, dms license = Apache 2.0 License classifiers = - "Programming Language :: Python :: 3" - "License :: OSI Approved :: Apache Software License" - "Operating System :: OS Independent" + Programming Language :: Python :: 3 + Programming Language :: Python :: 3 :: Only + Programming Language :: Python :: 3.7 + License :: OSI Approved :: Apache Software License + Operating System :: OS Independent