Skip to content

Commit 2424c7b

Browse files
committed
rename from fastcomments-python to fastcomments
1 parent 5c0f22c commit 2424c7b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# fastcomments-python
1+
# fastcomments
22
The FastComments Python SDK. You can use this to build secure and scalable backend applications that interact with FastComments, or build reactive client applications.
33

44
## Installation
55

66
### PyPI
77

88
```bash
9-
pip install fastcomments-python
9+
pip install fastcomments
1010
```
1111

1212
### Library Contents

client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# fastcomments-python
1+
# fastcomments
22
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

openapi-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packageName": "client",
3-
"projectName": "fastcomments-python",
3+
"projectName": "fastcomments",
44
"packageVersion": "0.0.1",
55
"packageUrl": "https://github.com/fastcomments/fastcomments-python",
66
"authorName": "FastComments",

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ echo "Or to test on TestPyPI first:"
2929
echo " python3 -m twine upload --repository testpypi dist/*"
3030
echo ""
3131
echo "Users can then install it with:"
32-
echo " pip install fastcomments-python"
32+
echo " pip install fastcomments"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "fastcomments-python"
6+
name = "fastcomments"
77
version = "0.0.1"
88
description = "FastComments Python SDK - A SDK for interacting with the FastComments API"
99
readme = "README.md"

0 commit comments

Comments
 (0)