Skip to content

Commit

Permalink
Updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bourbonut committed Dec 23, 2023
1 parent 12478a2 commit f55bf38
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,34 @@
[project]
name = "detroit"
description = "detroit is wrapper for Python of d3js and Observable Plot."
version = "1.0.0"
version = "1.0.1"
readme = "README.md"
authors = [
{ name = "Benjamin BOURBON", email = "ben.bourbon06@gmail.com"},
]
repository="https://github.com/bourbonut/detroit"
documentation="https://detroit.readthedocs.io/en/latest/"
requires-python = ">=3.9"
dependencies = [
"jinja2",
"markupsafe",
"playwright",
"quart",
]
classifiers = [
"License :: OSI Approved :: BSD License",
"Programming Language :: JavaScript",
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Scientific/Engineering :: Visualization",
]
license = {file = "LICENSE"}

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

[project.urls]
Homepage="https://github.com/bourbonut/detroit"
Repository="https://github.com/bourbonut/detroit"
Documentation="https://detroit.readthedocs.io/en/latest/"

0 comments on commit f55bf38

Please sign in to comment.