-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
53 lines (50 loc) · 1.3 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[metadata]
name = dymaxion
version = attr: dymaxion.__version__
author = Lars van Vianen
author_email = [email protected]
maintainer = Geoid
maintainer_email = [email protected]
url = https://www.geoid.org
download_url = https://www.geoid.org
project_urls =
documentation = https://www.dymaxion.world/
repository = https://github.com/geoid-org/dymaxion/
package = https://dymaxion.pypa.io/
keywords = geoid, dymaxion, geometry
description = Geoid Dymaxion is a Unit Geometry Library
long_description = file: README.md
long_description_content_type = text/markdown
license = Creative Commons Attribution-ShareAlike 4.0 International
license_files = file: LICENSE.txt
classifiers =
Development Status :: 1 - Planning
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering
Topic :: Software Development :: Libraries
[options]
package_dir =
=src
packages = find:
include_package_data = True
zip_safe = True
python_requires = >=3.10
install_requires =
[options.packages.find]
where = src
exclude =
build*
dist*
docs*
tests*
*.tests
*.tests.*
tools*
examples*
[options.package_data]
example = data/schema.json, *.txt
* = README.md