Skip to content

Commit 6695800

Browse files
authored
Update repo from python-next to python (#94)
1 parent 812b43f commit 6695800

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Seam Python SDK
66
.. |PyPI| image:: https://img.shields.io/pypi/v/seam.svg
77
:target: https://pypi.python.org/pypi/seam
88
:alt: PyPI
9-
.. |GitHub Actions| image:: https://github.com/seamapi/python-next/actions/workflows/check.yml/badge.svg
10-
:target: https://github.com/seamapi/python-next/actions/workflows/check.yml
9+
.. |GitHub Actions| image:: https://github.com/seamapi/python/actions/workflows/check.yml/badge.svg
10+
:target: https://github.com/seamapi/python/actions/workflows/check.yml
1111
:alt: GitHub Actions
1212

1313
SDK for the Seam API written in Python.
@@ -277,7 +277,7 @@ Quickstart
277277

278278
::
279279

280-
$ git clone https://github.com/seamapi/python-next.git
280+
$ git clone https://github.com/seamapi/python.git
281281
$ cd pypackage
282282
$ poetry install
283283

@@ -297,9 +297,9 @@ Clone the project with
297297

298298
::
299299

300-
$ git clone https://github.com/seamapi/python-next.git
300+
$ git clone https://github.com/seamapi/python.git
301301

302-
.. __: https://github.com/seamapi/python-next
302+
.. __: https://github.com/seamapi/python
303303

304304
Requirements
305305
~~~~~~~~~~~~
@@ -368,7 +368,7 @@ This may be done on the web or using the `GitHub CLI`_ with
368368

369369
.. _Poetry version: https://python-poetry.org/docs/cli/#version
370370
.. _GitHub CLI: https://cli.github.com/
371-
.. _version workflow_dispatch on GitHub Actions: https://github.com/seamapi/python-next/actions?query=workflow%3Aversion
371+
.. _version workflow_dispatch on GitHub Actions: https://github.com/seamapi/python/actions?query=workflow%3Aversion
372372

373373
GitHub Actions
374374
--------------
@@ -404,7 +404,7 @@ Please submit and comment on bug reports and feature requests.
404404

405405
To submit a patch:
406406

407-
1. Fork it (https://github.com/seamapi/python-next/fork).
407+
1. Fork it (https://github.com/seamapi/python/fork).
408408
2. Create your feature branch (`git checkout -b my-new-feature`).
409409
3. Make changes.
410410
4. Commit your changes (`git commit -am 'Add some feature'`).

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description = "SDK for the Seam API written in Python."
55
authors = ["Seam Labs, Inc. <engineering@getseam.com>"]
66
license = "MIT"
77
readme = "README.rst"
8-
homepage = "https://github.com/seamapi/python-next"
9-
repository = "https://github.com/seamapi/python-next"
8+
homepage = "https://github.com/seamapi/python"
9+
repository = "https://github.com/seamapi/python"
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.9.0"

0 commit comments

Comments
 (0)