This commit is contained in:
John Lancaster
2023-06-11 09:56:19 -05:00
parent 526a1797e4
commit ccedfaccdd
7 changed files with 50 additions and 104 deletions

23
pyproject.toml Normal file
View File

@@ -0,0 +1,23 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "kwaylon"
authors = [
{name = "John Lancaster", email = "32917998+jsl12@users.noreply.github.com" }
]
version = "2.0.0"
description = "Alter-ego/nemesis of Kaylon Page"
dependencies = [
'discord.py',
'pandas',
'nltk',
'python-dotenv',
'yfinance',
'rich'
]
requires-python = ">=3.9"
[project.scripts]
kwaylon = "kwaylon:main"