[build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] name = "pftf" version = "2.0" authors = [ {name="Markus Demleitner", email="msdemlei@tfiu.de"}, ] description = "The pining for the fjords personal timekeeping system" readme="README" requires-python = ">=3.5" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GPL", "Operating System :: POSIX", "Development Status :: 5 - Production/Stable", "Environment :: Console", "Environment :: X11 Applications", "License :: OSI Approved :: GNU General Public License (GPL)", ] [project.urls] homepage = "http://www.tfiu.de/pftf/" [project.optional-dependencies] graph = ["matplotlib"] [project.scripts] tkpftf = "pftf.timekeeper:main" pining = "pftf.commandline:main" pineday = "pftf.pineday:main"