From 21a9ebb57b7f71f0b778a8c648990e986d4768c5 Mon Sep 17 00:00:00 2001 From: Eugen Ciur Date: Tue, 19 Jan 2021 12:25:21 +0100 Subject: [PATCH] README and setup.cfg updated --- README.rst | 6 +----- setup.cfg | 8 +++++--- 2 files changed, 6 insertions(+), 8 deletions(-) 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