Skip to content

Commit

Permalink
Fix setup.cfg and readme for upload to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilWaechter committed Jun 19, 2021
1 parent 16355e7 commit 70b755f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[metadata]
name = materialsdb
name = python-materialsdb
version = 0.0.1
author = Cyril Waechter
author_email = [email protected]
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
Expand Down

0 comments on commit 70b755f

Please sign in to comment.