From 70b755ff29d09fc57b18a7e6657e071181d35ac9 Mon Sep 17 00:00:00 2001 From: CyrilWaechter Date: Sat, 19 Jun 2021 15:38:47 +0200 Subject: [PATCH] Fix setup.cfg and readme for upload to pypi --- README.md | 8 +++++++- setup.cfg | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00defb9..b599568 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -python-materialsdb is an unofficial python library for [materialsdb.org][1] open standard. +python-materialsdb is an unofficial python library for [materialsdb.org][1] an open format and database for building materials. # Features : ## Package @@ -28,6 +28,12 @@ Check out some [examples](examples): * [Convert lastest materials data to ifc](examples/generate_ifc_project_libraries.py) * [Create your own materialsdb.org compliant XML](examples/create_layers.py) +# How to install +## Using pip +```bash +pip install python-materialsdb +``` + # Dependencies * [lxml][2] (BSD) : xml parser * [ifcopenshell][3] (LGPL) : ifc read/write diff --git a/setup.cfg b/setup.cfg index 63024c5..0646796 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,11 @@ [metadata] -name = materialsdb +name = python-materialsdb version = 0.0.1 author = Cyril Waechter author_email = cyrwae@hotmail.com description = A library to work with materialsdb.org open standard for building materials. long_description = file: README.md -long_description_content = text/markdown +long_description_content_type = text/markdown license = GPLv3+ keywords = materials, BIM, ifcopenshell, IFC url = https://github.com/CyrilWaechter/python-materialsdb