Skip to content

Commit

Permalink
Release 0.1a4
Browse files Browse the repository at this point in the history
Jumping straight to 0.1a4 to reflect the development work already done on datasette-paste

Refs #1
Refs datasette/datasette-paste#15
  • Loading branch information
simonw committed Apr 6, 2024
1 parent 0b294dc commit 5b484d5
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,6 +1,6 @@
[project]
name = "datasette-import"
version = "0.1"
version = "0.1a4"
description = "Tools for importing data into Datasette"
readme = "README.md"
authors = [{name = "Datasette"}]
Expand Down Expand Up @@ -30,4 +30,4 @@ test = ["pytest", "pytest-asyncio"]
asyncio_mode = "strict"

[tool.setuptools.package-data]
datasette_import = ["static/*", "templates/*"]
datasette_import = ["static/*", "templates/*"]

0 comments on commit 5b484d5

Please sign in to comment.