blob: 7c0a8fe9e7bfb4a256bf0cbcfc9ac2da45679754 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[tool.poetry]
name = "senpy-club"
version = "0.1.1"
description = "The Senpy Club API Wrapper for Python"
authors = ["Fuwn <[email protected]>"]
license = "GPL-3.0-only"
readme = "README.md"
repository = "https://github.com/senpy-club/sen-py"
keywords = ["rust", "anime", "senpy", "senpy-club"]
[tool.poetry.dependencies]
python = ">=3.6"
[build-system]
requires = ["maturin>=0.12,<0.13"]
build-backend = "maturin"
|