Skip to content

Commit

Permalink
Rename main command (#3)
Browse files Browse the repository at this point in the history
* Rename to main command from toggl-track to tgl

* Update version to the major.minor.patch format
  • Loading branch information
zmoog committed Jan 24, 2023
1 parent 5a5287c commit 3a61668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import os

VERSION = "0.1"
VERSION = "0.1.0"


def get_long_description():
Expand Down Expand Up @@ -29,7 +29,7 @@ def get_long_description():
packages=["toggl_track"],
entry_points="""
[console_scripts]
toggl-track=toggl_track.cli:cli
tgl=toggl_track.cli:cli
""",
install_requires=["click"],
extras_require={
Expand Down

0 comments on commit 3a61668

Please sign in to comment.