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 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 Installation
############## ##############
pip install mglib pip install mglib
###########
Run tests Run tests
########### ###########
python test/run.py python test/run.py
##############
Requirements Requirements
############## ##############

View File

@ -9,6 +9,8 @@ author_email = eugen@papermerge.com
keywords= common, package, shared, papermerge, pdf, ocr, dms keywords= common, package, shared, papermerge, pdf, ocr, dms
license = Apache 2.0 License license = Apache 2.0 License
classifiers = classifiers =
"Programming Language :: Python :: 3" Programming Language :: Python :: 3
"License :: OSI Approved :: Apache Software License" Programming Language :: Python :: 3 :: Only
"Operating System :: OS Independent" Programming Language :: Python :: 3.7
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent