Skip to content
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

Add a custom Python README. #60

Merged
merged 2 commits into from
Apr 4, 2024
Merged

Add a custom Python README. #60

merged 2 commits into from
Apr 4, 2024

Conversation

plietar
Copy link
Member

@plietar plietar commented Apr 3, 2024

By default Hatch automatically includes the README.md file at the root
of the project as the Python package's description, which shows up when
looking at the package on PyPI. Since the README mostly contains
information about the server this could lead to confusion, with users
trying to start a server when what they really wanted was to be
redirected to the main outpack-py package.

This adds a minimal README with the Python specific information, and a
link to the main package. The new file is referenced from
pyproject.toml, ensuring this is what gets used as the description
rather than the default one.

@plietar plietar requested a review from r-ash April 3, 2024 15:41
@plietar

This comment was marked as outdated.

plietar added 2 commits April 3, 2024 17:44
By default Hatch automatically includes the README.md file at the root
of the project as the Python package's description, which shows up when
looking at the package on PyPI. Since the README mostly contains
information about the server this could lead to confusion, with users
trying to start a server when what they really wanted was to be
redirected to the main outpack-py package.

This adds a minimal README with the Python specific information, and a
link to the main package. The new file is referenced from
`pyproject.toml`, ensuring this is what gets used as the description
rather than the default one.
Copy link
Contributor

@r-ash r-ash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@r-ash r-ash merged commit 6940f1c into main Apr 4, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants