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

chore(release): add pypi classifiers #9

Merged
merged 2 commits into from
Dec 2, 2024
Merged

Conversation

vishnu-itachi
Copy link
Contributor

@vishnu-itachi vishnu-itachi commented Dec 2, 2024

Description

  • Added License to pyproject.toml so that It comes on pypi
  • Also added few classifiers which seem okay from the main Litestar repo

Closes

Summary by Sourcery

Add license and classifiers to pyproject.toml to enhance project metadata for PyPI.

Build:

  • Add license information to pyproject.toml to ensure it appears on PyPI.
  • Include additional classifiers in pyproject.toml to better describe the project.

Copy link

sourcery-ai bot commented Dec 2, 2024

Reviewer's Guide by Sourcery

This PR adds the MIT license and relevant classifiers to the project's pyproject.toml file to improve the package's metadata on PyPI. The changes are straightforward configuration updates with no functional code modifications.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Added MIT license and package classifiers to project metadata
  • Added MIT license specification
  • Added Python version compatibility classifiers (3.8-3.12)
  • Added topic classifiers for WWW/HTTP, libraries, and frameworks
  • Added language and OS compatibility classifiers
pyproject.toml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@cofin cofin changed the title added License to pyproject.toml chore(release): add pypi classifiers Dec 2, 2024
pyproject.toml Outdated Show resolved Hide resolved
@cofin cofin merged commit f5f9a2b into litestar-org:main Dec 2, 2024
13 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