Skip to content

Commit

Permalink
Updated pyproject.toml and added MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
bourbonut committed Jan 6, 2024
1 parent f55bf38 commit 7fcb531
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include detroit/templates/*
include detroit/static/*
include detroit/*
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "detroit"
description = "detroit is wrapper for Python of d3js and Observable Plot."
version = "1.0.1"
version = "1.0.2"
readme = "README.md"
authors = [
{ name = "Benjamin BOURBON", email = "ben.bourbon06@gmail.com"},
Expand All @@ -25,9 +25,6 @@ classifiers = [
]
license = {file = "LICENSE"}

[tool.setuptools.packages.find]
include = ["detroit*"]

[project.urls]
Homepage="https://github.com/bourbonut/detroit"
Repository="https://github.com/bourbonut/detroit"
Expand Down

0 comments on commit 7fcb531

Please sign in to comment.