2018-11-01 05:11:37 +00:00
|
|
|
[metadata]
|
|
|
|
name = vorta
|
|
|
|
author = Manuel Riel
|
|
|
|
description = A GUI for BorgBackup
|
|
|
|
version = 0.2.0
|
|
|
|
url = https://github.com/borgbase/vorta
|
|
|
|
keywords =
|
|
|
|
backup
|
|
|
|
borgbackup
|
|
|
|
classifiers =
|
|
|
|
Development Status :: 3 - Alpha
|
|
|
|
Environment :: MacOS X
|
|
|
|
Environment :: X11 Applications :: Qt
|
|
|
|
Operating System :: MacOS
|
|
|
|
Operating System :: POSIX
|
|
|
|
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
|
|
Programming Language :: Python :: 3.6
|
|
|
|
Programming Language :: Python :: 3.7
|
|
|
|
Topic :: System :: Archiving :: Backup
|
|
|
|
Topic :: System :: Systems Administration
|
|
|
|
Topic :: Utilities
|
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
license_file = LICENSE.txt
|
|
|
|
|
|
|
|
[options]
|
|
|
|
python_requires = >= 3.6
|
|
|
|
setup_requires =
|
|
|
|
setuptools >= 38.6
|
|
|
|
pip >= 10
|
|
|
|
pytest-runner
|
|
|
|
setuptools_git
|
|
|
|
include_package_data = True
|
|
|
|
find_packages =
|
|
|
|
exclude = tests
|
|
|
|
install_requires =
|
|
|
|
appdirs
|
|
|
|
paramiko
|
|
|
|
pyqt5
|
|
|
|
peewee
|
|
|
|
python-dateutil
|
|
|
|
keyring
|
|
|
|
borgbackup
|
|
|
|
|
|
|
|
[options.extras_require]
|
|
|
|
tests =
|
|
|
|
pytest
|
|
|
|
pytest-qt
|
|
|
|
pytest-mock
|
2018-11-01 06:01:44 +00:00
|
|
|
pytest-faulthandler
|
2018-11-01 05:11:37 +00:00
|
|
|
mypy
|
|
|
|
mypy-extensions
|
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
gui_scripts =
|
|
|
|
vorta = vorta.__main__
|
|
|
|
|
|
|
|
|
2018-10-30 17:46:37 +00:00
|
|
|
[tool:pytest]
|
2018-11-01 06:01:44 +00:00
|
|
|
addopts = -vs
|
2018-11-01 05:11:37 +00:00
|
|
|
testpaths = tests
|
2018-10-30 17:46:37 +00:00
|
|
|
qt_default_raising = true
|
|
|
|
filterwarnings =
|
|
|
|
ignore::DeprecationWarning
|
|
|
|
|
|
|
|
[tox:tox]
|