haiii i think it workie now :3
This commit is contained in:
parent
ce2ee2ca04
commit
e81d65d812
3 changed files with 47 additions and 0 deletions
47
pyproject.toml
Normal file
47
pyproject.toml
Normal file
|
@ -0,0 +1,47 @@
|
|||
[build-system]
|
||||
requires = ["setuptools>=61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "owo"
|
||||
version = "0.0.0-alpha0"
|
||||
authors = [
|
||||
{ name="elburg", email="whotookelburg@hotmail.com" },
|
||||
]
|
||||
description = "if it exists, it can (probably) be fetched..."
|
||||
readme = "README.rst"
|
||||
license = {file = "LICENSE.txt"}
|
||||
keywords = [
|
||||
"nmap",
|
||||
"network",
|
||||
"fetch",
|
||||
"sqlite3"
|
||||
]
|
||||
requires-python = ">=3.7"
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"Development Status :: 1 - Planning",
|
||||
"Natural Language :: English",
|
||||
"Operating System :: POSIX :: Linux",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Topic :: Database",
|
||||
"Topic :: Internet",
|
||||
"Topic :: Internet :: File Transfer Protocol (FTP)",
|
||||
"Topic :: Internet :: Finger",
|
||||
"Topic :: Internet :: Name Service (DNS)",
|
||||
"Topic :: Internet :: WWW/HTTP",
|
||||
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
|
||||
"Topic :: System :: Networking",
|
||||
"Topic :: Utilities"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
"Homepage" = "https://basedwa.re/elburg/owo"
|
||||
"Repository" = "https://basedwa.re/elburg/owo.git"
|
||||
"Bug Tracker" = "https://basedwa.re/elburg/owo/issues"
|
0
src/__init__.py
Normal file
0
src/__init__.py
Normal file
0
src/__main__.py
Normal file
0
src/__main__.py
Normal file
Loading…
Reference in a new issue