@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77[project ]
88name = " timetracker-csv"
99description = " Pandas-friendly time tracking from the CLI"
10- version = " 0.8.1 "
10+ version = ' 0.8.3 '
1111license = " AGPL-3.0-or-later"
1212authors = [
1313 {name = ' DV Klopfenstein, PhD' , email = ' dvklopfenstein@protonmail.com' },
@@ -42,10 +42,14 @@ dependencies = [
4242# https://pypi.org/classifiers/
4343classifiers =[
4444 ' Intended Audience :: Science/Research' ,
45+ ' Intended Audience :: Developers' ,
46+ ' Intended Audience :: End Users/Desktop' ,
4547 ' Topic :: Office/Business :: Financial :: Spreadsheet' ,
48+ ' Topic :: Office/Business :: News/Diary' ,
49+ ' Topic :: Scientific/Engineering' ,
4650 ' Programming Language :: Python' ,
4751 ' Environment :: Console' ,
48- ' Development Status :: 2 - Pre-Alpha ' ,
52+ ' Development Status :: 5 - Production/Stable ' ,
4953 ' Programming Language :: Python :: 3.9' ,
5054 ' Programming Language :: Python :: 3.10' ,
5155 ' Programming Language :: Python :: 3.11' ,
@@ -66,6 +70,9 @@ timestr = "timetracker.epoch.cli:main"
6670[project .urls ]
6771Homepage = " https://github.com/dvklopfenstein/timetracker"
6872Issues = " https://github.com/dvklopfenstein/timetracker/issues"
73+ Changelog = " https://github.com/dvklopfenstein/timetracker/blob/main/CHANGELOG.md"
74+ Documentation = " https://dvklopfenstein.github.io/timetracker/"
75+ PiPy = " https://pypi.org/project/timetracker-csv/"
6976
7077
7178[tool .pytest .ini_options ]
0 commit comments