Skip to content

Update homepage in pyproject.toml and README.rst #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proper fork which:
- integrates rfc2217 fixes
- will be available as pyserial-labgrid on pypi

- Project Homepage: https://github.com/pyserial/pyserial-labgrid
- Project Homepage: https://github.com/labgrid-project/pyserial
- Download Page: https://pypi.python.org/pypi/pyserial-labgrid

BSD license, (C) 2001-2020 Chris Liechti <[email protected]>
Expand Down Expand Up @@ -48,9 +48,9 @@ Windows installers are also available (see download link above).

or

To install this package with conda run:
To install this package with conda run:

``conda install -c conda-forge pyserial``
``conda install -c conda-forge pyserial``

conda builds are available for linux, mac and windows.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dynamic = ["version"]
local_scheme = "no-local-version"

[project.urls]
"Homepage" = "https://github.com/labgrid-project/pyserial-labgrid"
"Homepage" = "https://github.com/labgrid-project/pyserial"
"Bug Tracker" = "https://github.com/labgrid-project/labgrid/issues"

[project.scripts]
Expand Down