Skip to content

Commit

Permalink
retry packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
frjcomp committed Mar 5, 2024
1 parent 2191aad commit 33f8012
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include src/conkeyscan/config/*.txt
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
setup(
name="conkeyscan",
author="Jan Friedli",
url="https://github.com/CompassSecurity/conkeyscan",
description="A Pentesters Confluence Keyword Scanner",
version="{{VERSION_PLACEHOLDER}}",
long_description=open("README.md").read(),
Expand All @@ -21,7 +22,7 @@
entry_points={
"console_scripts": ["conkeyscan = conkeyscan.conkeyscan:entry_point"]
},
packages=find_packages(),
packages=find_packages(where="src"),
package_dir={"": "src"},
include_package_data=True,
package_data={"conkeyscan.config": ["*.txt"]},
)
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.

0 comments on commit 33f8012

Please sign in to comment.