[metadata] name = OneDriveGUI version = _VERSION author = bpozdena author_email = bpozdena@example.org description = A simple GUI for OneDrive Linux client with multi-account support. long_description = file: README.md license = GPL-3.0 license_files = LICENSE long_description_content_type = text/markdown url = https://github.com/bpozdena/OneDriveGUI project_urls = Bug Tracker = https://github.com/bpozdena/OneDriveGUI/-/issues repository = https://github.com/bpozdena/OneDriveGUI classifiers = Programming Language :: Python :: 3 [options] python_requires = >=3.8 packages = find: install_requires= PySide6_Essentials requests [options.packages.find] exclude = tests [options.entry_points] console_scripts = OneDriveGUI= src.OneDriveGUI:main [options.data_files] lib/OneDriveGUI/resource = src/resources/default_config lib/OneDriveGUI/resource/images = src/resources/images/*.* lib/OneDriveGUI/ui = src/ui/*.* share/pixmaps/ = src/resources/images/OneDriveGUI.png share/applications/ = src/OneDriveGUI.desktop