Skip to content

Commit

Permalink
Add long description
Browse files Browse the repository at this point in the history
  • Loading branch information
EphraimSiegfried committed Nov 27, 2022
1 parent a967a6f commit 9b1173a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"License :: OSI Approved :: MIT License",
"Topic :: Desktop Environment :: File Managers"
],
entry_points={"console_scripts":["fmover = fmover.__main__:main"]},
entry_points={"console_scripts":["fmover = src.fmover.__main__:main"]},
install_requires=["notifypy>=1.0.3.0", "osxmetadata>=1.2.2", "appdirs"]
)

0 comments on commit 9b1173a

Please sign in to comment.