cleanup
This commit is contained in:
23
pyproject.toml
Normal file
23
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user