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+
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
2422Then import the package:
2523``` python
Original file line number Diff line number Diff line change 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
3333setup (
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 = "bomingzh@sjtu.edu.cn" ,
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)
You can’t perform that action at this time.
0 commit comments