We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd5566 commit 1e9fbfaCopy full SHA for 1e9fbfa
docs/conf.py
@@ -0,0 +1,3 @@
1
+import datetime
2
+
3
+copyright = f"{datetime.datetime.now().year}, Evrone"
docs/index.rst
@@ -0,0 +1,6 @@
+Toggl Python API
+================
4
+Installation
5
+============
6
+`pip install toggl-python` or use `poetry <https://python-poetry.org>`_ `poetry add toggl-python`
0 commit comments