Skip to content

Commit c12304a

Browse files
committed
Merge branch 'package-collision' into release/0.15.0-rc2
2 parents 501cb3d + cf7032d commit c12304a

File tree

20 files changed

+2883
-2893
lines changed

20 files changed

+2883
-2893
lines changed
File renamed without changes.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ maintainers = [
2020
"Matheus Felipe <[email protected]>",
2121
"Sondre Karlsen Dyrnes <[email protected]>"
2222
]
23-
readme = "docs/pyproj/README.md"
24-
packages = [ { include = "sherlock"} ]
23+
readme = "docs/pyproject/README.md"
24+
packages = [ { include = "sherlock_project"} ]
2525
keywords = [ "osint", "reconnaissance", "information gathering" ]
2626
classifiers = [
2727
"Development Status :: 5 - Production/Stable",
@@ -32,7 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3",
3333
"Topic :: Security"
3434
]
35-
homepage = "https://sherlock-project.github.io/"
35+
homepage = "https://sherlockproject.xyz/"
3636
repository = "https://github.com/sherlock-project/sherlock"
3737

3838

@@ -56,4 +56,4 @@ openpyxl = "^3.0.10"
5656
jsonschema = "^4.0.0"
5757

5858
[tool.poetry.scripts]
59-
sherlock = 'sherlock.sherlock:main'
59+
sherlock = 'sherlock_project.sherlock:main'

0 commit comments

Comments
 (0)