Skip to content

Commit cb8e070

Browse files
committed
feat: release on pypi
1 parent 2c16a94 commit cb8e070

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ Python 2.7 and 3.4+
1414
## Installation & Usage
1515
### pip install
1616

17-
If the python package is hosted on Github, you can install directly from Github
18-
1917
```sh
20-
pip install git+https://github.com/BoYanZh/focs-gitea.git
18+
pip install focs-gitea
2119
```
22-
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/BoYanZh/focs-gitea.git`)
20+
(you may need to run `pip` with root permission: `sudo pip install focs-gitea`)
2321

2422
Then import the package:
2523
```python

setup.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
Gitea API.
55
6-
This documentation describes the Gitea API. # noqa: E501
6+
This documentation describes the Gitea API.
77
88
OpenAPI spec version: 1.14.2+makersmelx+BoYanZh
99
@@ -33,14 +33,12 @@
3333
setup(
3434
name=NAME,
3535
version=VERSION,
36-
description="Gitea API.",
37-
author_email="",
38-
url="",
36+
description="Python SDK for FOCS Gitea API.",
37+
author="BoYanZh",
38+
author_email="[email protected]",
39+
url="https://github.com/BoYanZh/focs-gitea",
3940
keywords=["Swagger", "Gitea API."],
4041
install_requires=REQUIRES,
4142
packages=find_packages(),
4243
include_package_data=True,
43-
long_description="""\
44-
This documentation describes the Gitea API. # noqa: E501
45-
"""
4644
)

0 commit comments

Comments
 (0)