aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorArun Isaac2021-03-25 15:20:38 +0530
committerArun Isaac2021-03-25 15:20:38 +0530
commit1e3766a74e1deaa36964be981e9c3273f156e22b (patch)
tree3857af80d71ac3e1a063611381ab17898fea150f /setup.cfg
downloadsambal-1e3766a74e1deaa36964be981e9c3273f156e22b.tar.gz
sambal-1e3766a74e1deaa36964be981e9c3273f156e22b.tar.lz
sambal-1e3766a74e1deaa36964be981e9c3273f156e22b.zip
Initial commit
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