[metadata] name = fime author = Faerbit author_email = faerbit@posteo.net description = Simple time tracking app written with Python and Qt long_description = file: README.md long_description_content_type = text/markdown license = MIT License url = https://git.faerb.it/faerbit/fime classifiers = Programming Language :: Python :: 3 License :: OSI Approved :: MIT License Operating System :: OS Independent [options] zip_safe = True package_dir = = src packages = find: python_requires = >=3.8 install_requires = requests requests-futures [options.packages.find] where = src [options.extras_require] qt5 = PySide2 qt6 = PySide6 [options.entry_points] gui_scripts = fime = fime.main:main