forked from LBNL-ETA/frads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (31 loc) · 855 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
[metadata]
name = frads
version = attr:frads.__version__
description = Wrapper for Radiance simulation control
long_description = file: README.md, license.txt
license = BSD 3-Clause License
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Operating System :: OS Independent
[options]
zip_safe = False
include_package_data = True
packages = frads
[options.entry_points]
console_scripts =
mrad = frads.cli:mrad
ep2rad = frads.cli:epjson2rad_cmd
gengrid = frads.cli:gengrid
rpxop = frads.cli:rpxop
varays = frads.cli:varays
genradroom = frads.cli:genradroom
geombsdf = frads.geombsdf:main
dctsnp = frads.cli:dctsnp
glazing = frads.cli:glazing
gencolorsky = frads.gencolorsky:main
[flake8]
max-line-length = 88
extend-ignore = E203
[pylint]
max-line-length = 88