File: pyproject.toml

package info (click to toggle)
python-chartkick 1.1.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: python: 276; makefile: 12
file content (20 lines) | stat: -rw-r--r-- 503 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "chartkick"
version = "1.1.0"
description = "Create beautiful JavaScript charts with one line of Python"
readme = "README.md"
authors = [
    {name = "Andrew Kane", email = "andrew@ankane.org"}
]
license = {text = "MIT"}
requires-python = ">= 3.9"

[project.urls]
Homepage = "https://github.com/ankane/chartkick.py"

[tool.setuptools.package-data]
chartkick = ["licenses/*", "django/static/chartkick/*"]