Skip to content

Commit

Permalink
More metadata ready to ship to PyPI
Browse files Browse the repository at this point in the history
Refs #1
  • Loading branch information
simonw committed Jul 23, 2023
1 parent 8c0e558 commit c3f258e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,22 @@
name = "sqlite-migrate"
version = "0.1a0"
description = "A simple database migration system for SQLite, based on sqlite-utils"
readme = "README.md"
authors = [{name = "Simon Willison"}]
license = {text = "Apache-2.0"}
classifiers = [
"Development Status :: 2 - Pre-Alpha"
]

dependencies = [
"sqlite-utils"
]

[project.urls]
Homepage = "https://github.com/simonw/sqlite-migrate"
Changelog = "https://github.com/simonw/sqlite-migrate/releases"
Issues = "https://github.com/simonw/sqlite-migrate/issues"

[project.optional-dependencies]
test = ["pytest"]

Expand Down

0 comments on commit c3f258e

Please sign in to comment.