Skip to content

Commit

Permalink
Create setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Aureum01 <[email protected]>
  • Loading branch information
Aureum01 authored May 16, 2023
1 parent 795c365 commit 6d8e3ff
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
setup(
name="smapql",
version="1.0.0",
author="Aureum01",
author_email="[email protected]",
description="A tool for discovering and testing SQL injection vulnerabilities in sitemaps",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Aureum01/smapql",
packages=find_packages(),
classifiers=[
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires=">=3.10.11",
)

0 comments on commit 6d8e3ff

Please sign in to comment.