Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
thegoodduck authored May 8, 2024
1 parent 7a483d9 commit d8c77b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,14 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
rainbow = "main:main" # Assuming main.py contains a function named main

[tool.poetry.publishing]
description = """
Your long description goes here.
Make sure it is correctly formatted.
"""

[tool.poetry.metadata]
license = "MIT"
long_description_content_type = "text/plain" # Update this value based on your long description format

0 comments on commit d8c77b4

Please sign in to comment.