Skip to content

Commit

Permalink
Updated setup.py to release the lib
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAndradeDias committed Oct 5, 2023
1 parent 328894c commit 43c633c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
package_dir={"": "src"},
license='MIT',
url="https://github.com/LucasAndradeDias/outliner",
version="1.2.0a1",
keywords='Tracing complex callable objects',
author='Lucas A. Dias',
author_email='lucasan1234565@gmail.com',
entry_points={
"console_scripts": [
"outliner = outliner.cli:main",
Expand Down

0 comments on commit 43c633c

Please sign in to comment.