-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
35 lines (32 loc) · 973 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 = euclidian
version = attr: euclidian.version.__version__
description = Basic geometric objects
long_description = file: README.rst, LICENSE.txt
long_description_content_type = text/x-rst
url = https://github.com/sixty-north/euclidian
author = Sixty North
author_email: systems+euclidian@sixty-north.com
keywords = geometry vector point shape transformations
license = MIT License
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
zip_safe = True
include_package_data = False
package_dir =
=src
packages = find:
install_requires =
typename
[options.extras_require]
dev = bumpversion; build; twine
test = pytest; hypothesis
[options.packages.find]
where = src