aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
blob: a069664173f354810e97b6a27b6afe8507c23466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[metadata]
name = samball
version = 0.1.0
author = Arun Isaac
author_email = arunisaac@systemreboot.net
description = Sample n-dimensional balls
long_description = file: README.md
long_description_content_type = text/markdown
url = https://git.systemreboot.net/samball
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