Skip to content

Commit

Permalink
chore: regenerate all files
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed May 27, 2024
1 parent bf6e83c commit 9fc8702
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
15 changes: 15 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,18 @@ gopad/models/validation.py
gopad/py.typed
gopad/rest.py
test/__init__.py
test/test_auth_api.py
test/test_notification.py
test/test_team.py
test/test_team_api.py
test/test_team_user_params.py
test/test_team_users.py
test/test_teams.py
test/test_user.py
test/test_user_api.py
test/test_user_auth.py
test/test_user_team.py
test/test_user_team_params.py
test/test_user_teams.py
test/test_users.py
test/test_validation.py
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Python 3.7+

## Installation

### Installation with Pip

If you want to use one of the versions released via PyPi you just need to
execute the following command within your project directory, after that you can
import it as other libraries:
Expand All @@ -27,16 +25,6 @@ import it as other libraries:
pip install gopad@0.0.0
```

### Installation with Setuptools

If you want to use an unreleased version hosted on our GitHub repository you can
execute the folling command within the root folder of this repository base on
[Setuptools][setuptools], after that you can import it as other libraries:

```console
python setup.py install --user
```

## Tests

```console
Expand Down

0 comments on commit 9fc8702

Please sign in to comment.