From 9d5bd7208a48a75786e3135e0f6edf5890a1d849 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 26 Mar 2021 12:35:06 +0530 Subject: 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. --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.cfg') 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+) -- cgit v1.2.3