Skip to content

Commit

Permalink
chore: rename src to tesk
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeAeich committed May 11, 2024
1 parent b854244 commit 2dd67a7
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
# What does your project relate to?
keywords='tes kubernetes ebi',

packages = find_packages('src'),
package_dir = {'': 'src'},
packages = find_packages('tesk'),
package_dir = {'': 'tesk'},

entry_points={
'console_scripts' : [
Expand Down
2 changes: 1 addition & 1 deletion taskmaster
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# TODO: Add to makefile after undertanding what its doing 😕

PYTHONPATH="src" python src/tesk_core/taskmaster.py "$@"
PYTHONPATH="tesk" python tesk/tesk_core/taskmaster.py "$@"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2dd67a7

Please sign in to comment.