diff options
author | Arun Isaac | 2021-03-26 12:35:06 +0530 |
---|---|---|
committer | Arun Isaac | 2021-03-26 12:35:06 +0530 |
commit | 9d5bd7208a48a75786e3135e0f6edf5890a1d849 (patch) | |
tree | f522c80845de0c4f6367c38c7872cca23c8465e7 /setup.cfg | |
parent | dc8551007b4625c46f02215ab97943a22a7b7014 (diff) | |
download | sambal-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.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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+) |