Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAndradeDias committed Oct 5, 2023
1 parent 4cc43e8 commit eaa3d4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
description="A tracer for compiled objects",
packages=find_packages(where="src"),
package_dir={"": "src"},
license='MIT',
url="https://github.com/LucasAndradeDias/outliner",
entry_points={
"console_scripts": [
"outliner = outliner.cli:main",
Expand Down

0 comments on commit eaa3d4d

Please sign in to comment.