generated from jCloud/repository-template
Renamed from simple-cache to jcloud-cachelib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# simple-cache
|
||||
# jcloud-cachelib
|
||||
|
||||
A simple library for caching data.
|
||||
|
||||
@@ -6,7 +6,7 @@ A simple library for caching data.
|
||||
You can install the library using `pip`:
|
||||
|
||||
```bash
|
||||
pip install simple-cache --index-url https://repo.jcloud-services.ddns.net/simple/
|
||||
pip install jcloud-cachelib --index-url https://repo.jcloud-services.ddns.net/simple/
|
||||
```
|
||||
|
||||
## Full documentation
|
||||
|
||||
@@ -15,4 +15,4 @@
|
||||
# limitations under the License.
|
||||
|
||||
python3 -m build
|
||||
scp dist/* jcloud@jcloud-services.ddns.net:/srv/data/wwwstatic/repo/simple/simple-cache/
|
||||
scp dist/* jcloud@jcloud-services.ddns.net:/srv/data/wwwstatic/repo/simple/jcloud-cachelib/
|
||||
+1
-1
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "simple-cache"
|
||||
name = "jcloud-cachelib"
|
||||
version = "0.1.0"
|
||||
description = "A simple library for caching data."
|
||||
license = "Apache-2.0"
|
||||
Reference in New Issue
Block a user