Project toml
This commit is contained in:
parent
270a9bea57
commit
12ad3afd6a
@ -17,16 +17,15 @@ build-backend = "setuptools.build_meta"
|
|||||||
[project]
|
[project]
|
||||||
name = "eRepublik_bot"
|
name = "eRepublik_bot"
|
||||||
description = "Python package for automated eRepublik playing"
|
description = "Python package for automated eRepublik playing"
|
||||||
version = "2022.3.3"
|
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Eriks K", email = "ebot@72.lv" }
|
{ name = "Eriks K", email = "ebot@72.lv" }
|
||||||
]
|
]
|
||||||
license = {text = "GPL-3.0-only"}
|
license = {text = "GPL-3.0-only"}
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"python-dateutil==2.8.2",
|
"python-dateutil == 2.8.2",
|
||||||
"sentry-sdk==1.5.7",
|
"sentry-sdk == 1.5.7",
|
||||||
"eRepublik==0.30.0.4",
|
"eRepublik == 0.30.0.4",
|
||||||
]
|
]
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
@ -40,15 +39,15 @@ dynamic = ["version"]
|
|||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
'setproctitle==1.2.2',
|
'setproctitle ==1.2.2',
|
||||||
'isort==5.10.1',
|
'isort == 5.10.1',
|
||||||
'black==22.1.0',
|
'black == 22.1.0',
|
||||||
'flake8==4.0.1',
|
'flake8 == 4.0.1',
|
||||||
'PyInstaller==4.10',
|
'PyInstaller == 4.10',
|
||||||
'pur==6.0.1',
|
'pur == 6.0.1',
|
||||||
'ipython==8.1.1',
|
'ipython == 8.1.1',
|
||||||
'responses==0.19.0',
|
'responses == 0.19.0',
|
||||||
'cairosvg==2.5.2'
|
'cairosvg == 2.5.2'
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user