Skip to content

Commit

Permalink
Working on issue #38
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Dec 13, 2023
1 parent 05578de commit 39e2fe1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "apachetomcatscanner"
version = "3.6"
version = "3.7.1"
description = ""
dynamic = ["scripts"]
readme = "README.md"
requires-python = ">=3.6"
license = { text = "GPL2"}
Expand All @@ -24,20 +21,20 @@ dependencies = [
"requests==2.29.0"
]

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project.urls]
repository = "https://github.com/p0dalirius/ApacheTomcatScanner"


[project.optional-dependencies]
build = [
"build"
]
twine = [
"twine"
]
build = ["build"]
twine = ["twine"]

[tool.setuptools.packages.find]
include = ["apachetomcatscanner*"]

[tool.setuptools.package-data]
"*" = ["*"]

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setuptools.setup(
name="apachetomcatscanner",
version="3.7",
version="3.7.1",
description="",
url="https://github.com/p0dalirius/ApacheTomcatScanner",
author="Podalirius",
Expand Down

0 comments on commit 39e2fe1

Please sign in to comment.