forked from PH-Tools/honeybee_ph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
38 lines (32 loc) · 881 Bytes
/
setup.cfg
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
[semantic_release]
version_variable = honeybee_ph/__init__.py:__version__
[bdist_wheel]
universal = 1
[metadata]
author=PH-Tools
url=https://github.com/PH-Tools/honeybee_ph
license=GPLv3+
license_files = LICENSE
name = honeybee-ph
description = Plugin for Honeybee to enable Passive House modeling.
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: Implementation :: CPython
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
Typing :: Typed
[options]
include_package_data = True
packages = find:
[options.packages.find]
exclude =
tests*
diagrams*
docs*
[egg_info]
tag_build =
tag_date = 0