feat: add initial project structure with core files and configuration
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[metadata]
|
||||
name = Ragnar
|
||||
version = 1.3.37
|
||||
description = Anti spam bot for dR
|
||||
author = Retoor
|
||||
author_email = retoor@molodetz.nl
|
||||
license = MIT
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
|
||||
[options]
|
||||
packages = find:
|
||||
package_dir =
|
||||
= src
|
||||
python_requires = >=3.7
|
||||
install_requires =
|
||||
requests==2.32.3
|
||||
|
||||
[options.packages.find]
|
||||
where = src
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
ragnar.run = ragnar.cli:run
|
||||
Reference in New Issue
Block a user