Skip to content

Commit

Permalink
Switch to hatchling backend to fix missing LICENSE file in sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Apr 10, 2024
1 parent b6578b6 commit 8b4ea8a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
.vscode

docs/docs/examples/
docs/notebooks/diagram.png
docs/notebooks/diagram.svg
docs/site

tests/_outputs

.venv*
.vscode
**/.DS_Store

### Python

# Byte-compiled / optimized / DLL files
Expand Down
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# erdantic Changelog

## v1.0.0.post2 (2024-04-10)

- Fixed missing LICENSE file in sdist.

## v1.0.0.post1 (2024-04-09)

- Fixed outdated note in README.
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "erdantic"
version = "1.0.0.post1"
version = "1.0.0.post2"
description = "Entity relationship diagrams for Python data model classes like Pydantic."
readme = "README.md"
authors = [{ name = "DrivenData", email = "[email protected]" }, { name = "Jay Qi" }]
Expand Down

0 comments on commit 8b4ea8a

Please sign in to comment.