File tree Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Expand file tree Collapse file tree 2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,10 @@ Python 2.7 and 3.4+
14
14
## Installation & Usage
15
15
### pip install
16
16
17
- If the python package is hosted on Github, you can install directly from Github
18
-
19
17
``` sh
20
- pip install git+https://github.com/BoYanZh/ focs-gitea.git
18
+ pip install focs-gitea
21
19
```
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 ` )
23
21
24
22
Then import the package:
25
23
``` python
Original file line number Diff line number Diff line change 3
3
"""
4
4
Gitea API.
5
5
6
- This documentation describes the Gitea API. # noqa: E501
6
+ This documentation describes the Gitea API.
7
7
8
8
OpenAPI spec version: 1.14.2+makersmelx+BoYanZh
9
9
33
33
setup (
34
34
name = NAME ,
35
35
version = VERSION ,
36
- description = "Gitea API." ,
37
- author_email = "" ,
38
- url = "" ,
36
+ description = "Python SDK for FOCS Gitea API." ,
37
+ author = "BoYanZh" ,
38
+
39
+ url = "https://github.com/BoYanZh/focs-gitea" ,
39
40
keywords = ["Swagger" , "Gitea API." ],
40
41
install_requires = REQUIRES ,
41
42
packages = find_packages (),
42
43
include_package_data = True ,
43
- long_description = """\
44
- This documentation describes the Gitea API. # noqa: E501
45
- """
46
44
)
You can’t perform that action at this time.
0 commit comments