README and setup.cfg updated

master
Eugen Ciur 2021-01-19 12:25:21 +01:00
parent 2d7c96be4e
commit 21a9ebb57b
2 changed files with 6 additions and 8 deletions

View File

@ -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 <https://github.com/ciur/papermerge>`_ project.
##############
Installation
##############
pip install mglib
###########
Run tests
###########
python test/run.py
##############
Requirements
##############

View File

@ -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