Skip to content

Commit 70b755f

Browse files
author
CyrilWaechter
committed
Fix setup.cfg and readme for upload to pypi
1 parent 16355e7 commit 70b755f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
python-materialsdb is an unofficial python library for [materialsdb.org][1] open standard.
1+
python-materialsdb is an unofficial python library for [materialsdb.org][1] an open format and database for building materials.
22

33
# Features :
44
## Package
@@ -28,6 +28,12 @@ Check out some [examples](examples):
2828
* [Convert lastest materials data to ifc](examples/generate_ifc_project_libraries.py)
2929
* [Create your own materialsdb.org compliant XML](examples/create_layers.py)
3030

31+
# How to install
32+
## Using pip
33+
```bash
34+
pip install python-materialsdb
35+
```
36+
3137
# Dependencies
3238
* [lxml][2] (BSD) : xml parser
3339
* [ifcopenshell][3] (LGPL) : ifc read/write

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[metadata]
2-
name = materialsdb
2+
name = python-materialsdb
33
version = 0.0.1
44
author = Cyril Waechter
55
author_email = cyrwae@hotmail.com
66
description = A library to work with materialsdb.org open standard for building materials.
77
long_description = file: README.md
8-
long_description_content = text/markdown
8+
long_description_content_type = text/markdown
99
license = GPLv3+
1010
keywords = materials, BIM, ifcopenshell, IFC
1111
url = https://github.com/CyrilWaechter/python-materialsdb

0 commit comments

Comments
 (0)