commit bfe0f614ceb3bd2cdbe0b550c235b7a8b15255f0
parent 53fb3549c0cd23147f05b452ea795ca3587d43be
Author: nolash <dev@holbrook.no>
Date: Mon, 24 Aug 2020 21:38:17 +0200
Move license file
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
@@ -12,7 +12,7 @@ setup(
scripts=[
'scripts/otp',
],
- data_files = [('', ['LICENSE.txt'])],
+ data_files = [('', ['usr/share/licenses/tfa-cli-tools/LICENSE.txt'])],
url='https://gitlab.com/nolash/tfa-cli-tools',
classifiers=[
'Programming Language :: Python :: 3',
diff --git a/LICENSE.txt b/usr/share/licenses/tfa-cli-tools/LICENSE.txt