Skip to content

Commit

Permalink
fixes for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
opensourceame committed Jun 21, 2024
1 parent c467642 commit b162906
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description = "A templating engine inspired by Ruby's Slim template engine"
authors = ["David Kelly"]
license = "MIT License"
readme = "README.md"
repository = "https://github.com/opensourceme/trim-template"
keywords = "template trim engine html"

[project]
name = "trim-template"
Expand All @@ -13,7 +15,6 @@ description = "A templating engine inspired by Ruby's Slim template engine"
authors = [
{name = "David Kelly", email = "[email protected]"}
]
license = "MIT License"
readme = "README.md"
requires-python = ">=3.12"
classifiers = [
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
setup(
name='trim-template',
version='1.0',
packages=['trim'],
packages=['trim_template'],
entry_points={
'console_scripts': [
'trim = trim-template.trim:main'
'trim-template = trim_template.trim:main'
]
}
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b162906

Please sign in to comment.