aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorArun Isaac2021-03-26 12:35:06 +0530
committerArun Isaac2021-03-26 12:35:06 +0530
commit9d5bd7208a48a75786e3135e0f6edf5890a1d849 (patch)
treef522c80845de0c4f6367c38c7872cca23c8465e7 /setup.cfg
parentdc8551007b4625c46f02215ab97943a22a7b7014 (diff)
downloadsambal-9d5bd7208a48a75786e3135e0f6edf5890a1d849.tar.gz
sambal-9d5bd7208a48a75786e3135e0f6edf5890a1d849.tar.lz
sambal-9d5bd7208a48a75786e3135e0f6edf5890a1d849.zip
Rename to sambal.
* README.md: Rename samball to sambal. * setup.cfg (name): Rename samball to sambal. (description): Update description. (url): Update URL. * src/samball/samball.py: Rename to src/sambal/sambal.py. Replace samball with sambal.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index a069664..604dfa7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,12 +1,12 @@
[metadata]
-name = samball
+name = sambal
version = 0.1.0
author = Arun Isaac
author_email = arunisaac@systemreboot.net
-description = Sample n-dimensional balls
+description = Sample balls, spheres, spherical caps
long_description = file: README.md
long_description_content_type = text/markdown
-url = https://git.systemreboot.net/samball
+url = https://git.systemreboot.net/sambal
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)