aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..a069664
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,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 \ No newline at end of file