Skip to content

Commit

Permalink
fixed configuration for publishing and building process
Browse files Browse the repository at this point in the history
  • Loading branch information
mstarski committed Oct 31, 2020
1 parent 37a7dcd commit da1af45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions nodetasks/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from nodetasks.nodetasks import main
4 changes: 0 additions & 4 deletions nodetasks.py → nodetasks/nodetasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,3 @@ def find_nearest_package_file():
else:
os.chdir('../')
return find_nearest_package_file()


if __name__ == "__main__":
main()
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="nodetasks",
version="0.0.2",
version="0.0.8",
author="Michał Starski",
author_email="michal.starski@pm.me",
description="Simple CLI script for listing and running npm tasks",
Expand All @@ -20,6 +20,7 @@
'iterfzf'
],
license='MIT',
packages=['nodetasks'],
entry_points={
'console_scripts': [
'nodetasks=nodetasks:main'
Expand Down

0 comments on commit da1af45

Please sign in to comment.