blob: 604dfa75b3f4ecc949549fdd5ab00b9796ea4a0a (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[metadata]
name = sambal
version = 0.1.0
author = Arun Isaac
author_email = arunisaac@systemreboot.net
description = Sample balls, spheres, spherical caps
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.systemreboot.net/sambal
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
[options.packages.find]
where = src
|