31 lines
645 B
INI
31 lines
645 B
INI
[metadata]
|
|
name = fime
|
|
author = Faerbit
|
|
author_email = faerbit@posteo.net
|
|
description = Simple time tracking app written with Python and Qt5
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://git.faerb.it/faerbit/fime
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: OS Independent
|
|
|
|
[options]
|
|
package_dir =
|
|
= src
|
|
packages = find:
|
|
python_requires = >=3.6
|
|
install_requires =
|
|
requests
|
|
requests-futures
|
|
PySide2
|
|
|
|
[options.packages.find]
|
|
where = src
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
fime = fime.main:main
|
|
|