Skip to content

Commit

Permalink
put tests inside package directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jbukhari committed May 13, 2024
1 parent 5e507ac commit 919be47
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
entry_points = {
# see https://python-packaging.readthedocs.io/en/latest/command-line-scripts.html#the-console-scripts-entry-point
'console_scripts': [
'run-script=package.scripts.script:run' # rename the command and the patch to the function
'run-script=package.scripts.script:run' # rename the command and the path to the function
]
}
)
Expand Down

0 comments on commit 919be47

Please sign in to comment.