preparing shit
This commit is contained in:
commit
4a0f7b1a33
2 changed files with 478 additions and 0 deletions
51
pyproject.toml
Normal file
51
pyproject.toml
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
[build-system]
|
||||
requires = ["setuptools>=61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "3con"
|
||||
version = "0.0.0-alpha0"
|
||||
authors = [
|
||||
{ name="elburg", email="whotookelburg@hotmail.com" },
|
||||
]
|
||||
description = "a library to get a lot of information from network devices"
|
||||
readme = "README.rst"
|
||||
license = {file = "LICENSE.txt"}
|
||||
keywords = [
|
||||
"nmap",
|
||||
"Network Mapper",
|
||||
"SQLite",
|
||||
"Tkinter",
|
||||
"SQLite3",
|
||||
"XML"
|
||||
]
|
||||
requires-python = ">=3.7"
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"Development Status :: 1 - Planning",
|
||||
"Environment :: X11 Applications",
|
||||
"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 :: System :: Networking :: Monitoring",
|
||||
"Topic :: Utilities"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
"Homepage" = "https://basedwa.re/elburg/3con"
|
||||
"Repository" = "https://basedwa.re/elburg/3con.git"
|
||||
"Bug Tracker" = "https://basedwa.re/elburg/3con/issues"
|
||||
Loading…
Add table
Add a link
Reference in a new issue