diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..b0a361e --- /dev/null +++ b/pyproject.toml @@ -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" \ No newline at end of file diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/__main__.py b/src/__main__.py new file mode 100644 index 0000000..e69de29