Add initial project configuration files and Python version
This commit is contained in:
parent
5d4406670f
commit
20bfc29ae1
4 changed files with 68 additions and 0 deletions
7
pyproject.toml
Normal file
7
pyproject.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[project]
|
||||
name = "ttvdrops"
|
||||
version = "0.1.0"
|
||||
description = "Get notified when a new drop is available on Twitch."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = ["django>=5.2.4"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue