Skip to content

Commit

Permalink
fix: wrong syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Mar 5, 2023
1 parent 6a1bd8f commit 294b72e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
urls = {
Homepage = "https://github.com/fredrikaverpil/creosote"
}
dependencies = [
"distlib>=0.3.4,<0.4",
"dotty-dict>=1.3.1,<1.4",
Expand All @@ -51,6 +48,9 @@ dev = [
"creosote[lint,types,test]",
]

[project.urls]
Homepage = "https://github.com/fredrikaverpil/creosote"

[project.scripts]
creosote = "creosote.cli:main"

Expand Down

0 comments on commit 294b72e

Please sign in to comment.