Skip to content

Commit

Permalink
Fix author and license
Browse files Browse the repository at this point in the history
  • Loading branch information
shri committed Aug 4, 2024
1 parent e7455d9 commit afd78e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
authors = [{ name = "Cody Fincher", email = "cody.fincher@gmail.com" }]
authors = [{ name = "Shrirang Bhate", email = "shrirang.bhate@gmail.com" }]
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
Expand Down Expand Up @@ -28,7 +28,7 @@ dependencies = [
]
description = "Opinionated template for a Litestar application."
keywords = ["litestar", "sqlalchemy", "alembic", "fullstack", "api", "asgi", "litestar", "vite", "spa"]
license = { text = "MIT" }
license = { text = "Propriatory" }
name = "app"
readme = "README.md"
requires-python = ">=3.10"
Expand Down

0 comments on commit afd78e3

Please sign in to comment.