-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
37 lines (33 loc) · 1.02 KB
/
setup.cfg
File metadata and controls
37 lines (33 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[metadata]
name = python-materialsdb
version = 0.0.2
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_type = text/markdown
license = GPLv3+
keywords = materials, BIM, ifcopenshell, IFC
url = https://github.com/CyrilWaechter/python-materialsdb
project_urls =
Bug Tracker = https://github.com/CyrilWaechter/python-materialsdb/issues
Community = https://community.osarch.org/
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Scientific/Engineering
[options]
include_package_data = True
package_dir =
= src
packages = find:
install_requires =
lxml
[options.package_data]
* = *.json, *.xsd
[options.packages.find]
where = src
[options.extras_require]
ifc = ifcopenshell