Some checks failed
Tests & Quality Checks / Test on Python 3.11 (push) Has been cancelled
Tests & Quality Checks / Test on Python 3.12 (push) Has been cancelled
Tests & Quality Checks / Test on Python 3.11-1 (push) Has been cancelled
Tests & Quality Checks / Test on Python 3.12-1 (push) Has been cancelled
Tests & Quality Checks / Test on Python 3.10 (push) Has been cancelled
Tests & Quality Checks / Test on Python 3.11-2 (push) Has been cancelled
Tests & Quality Checks / Test on Python 3.12-2 (push) Has been cancelled
Tests & Quality Checks / Build Artifacts (push) Has been cancelled
Tests & Quality Checks / Build Artifacts-1 (push) Has been cancelled
7 lines
224 B
Python
7 lines
224 B
Python
"""WebDrop Bridge - Qt-based desktop application for intelligent drag-and-drop file handling."""
|
|
|
|
__version__ = "0.7.1"
|
|
__author__ = "WebDrop Team"
|
|
__license__ = "MIT"
|
|
|
|
__all__ = ["__version__", "__author__", "__license__"]
|