-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (25 loc) · 736 Bytes
/
setup.cfg
File metadata and controls
27 lines (25 loc) · 736 Bytes
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
[metadata]
name = largestinteriorrectangle
version = attr: largestinteriorrectangle.__version__
description = Fast Largest Interior Rectangle calculation
long_description = file: README.md
long_description_content_type = text/markdown
author = Lukas Weber
author_email = l.a.weber@outlook.de
license = Apache License 2.0
license_file = LICENSE
platforms = any
classifiers =
Programming Language :: Python :: 3 :: Only
project_urls =
Source = https://github.com/lukasalexanderweber/lir
Bug Tracker = https://github.com/lukasalexanderweber/lir/issues
[options]
packages = find:
install_requires =
numba
include_package_data = True
zip_safe = False
[options.packages.find]
include = largestinteriorrectangle
exclude = tests