Skip to content

Commit

Permalink
chore: Remove incorrect, top-level includes in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Aug 16, 2024
1 parent c8a8656 commit fa863ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ authors = ["Wibowo Arindrarto <contact@arindrarto.dev>"]
repository = "https://github.com/bow/crimson"
readme = "README.md"
packages = [{ include = "crimson" }]
include = ["CHANGELOG.rst"]
license = "BSD-3-Clause"
keywords = ["bioinformatics", "json", "yaml"]
classifiers = [
Expand All @@ -24,6 +23,9 @@ classifiers = [

]

[tool.poetry.urls]
changelog = "https://github.com/bow/crimson/blob/master/CHANGELOG.rst"

[tool.poetry.scripts]
crimson = "crimson.cli:main"

Expand Down

0 comments on commit fa863ad

Please sign in to comment.