Skip to content

Commit 1b364fe

Browse files
authored
Create publish.yml
1 parent 09088a0 commit 1b364fe

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[build-system]
2+
requires = ["setuptools"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "nagoyaspray"
7+
version = "1.1.0"
8+
requires-python = ">=3.6"
9+
authors = [
10+
{name = "strikoder", email = "your.email@example.com"}
11+
]
12+
description = "CTF-focused password spray wordlist generator for OSCP/PNPT/CPTS"
13+
readme = "README.md"
14+
keywords = ["password-spray", "wordlist-generator", "oscp", "pentesting", "ctf", "active-directory", "pnpt", "cpts"]
15+
classifiers = [
16+
"Development Status :: 5 - Production/Stable",
17+
"Intended Audience :: Information Technology",
18+
"Topic :: Security",
19+
"Programming Language :: Python :: 3",
20+
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
21+
"Operating System :: OS Independent",
22+
]
23+
24+
[project.urls]
25+
Homepage = "https://github.com/strikoder/NagoyaSpray"
26+
Repository = "https://github.com/strikoder/NagoyaSpray"
27+
Issues = "https://github.com/strikoder/NagoyaSpray/issues"
28+
29+
[project.scripts]
30+
nagoyaspray = "nagoyaspray:main"
31+
32+
[tool.setuptools]
33+
py-modules = ["nagoyaspray"]

0 commit comments

Comments
 (0)