aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMax Resnick <max@ofmax.li>2025-02-11 21:57:46 -0800
committerMax Resnick <max@ofmax.li>2025-02-11 21:57:46 -0800
commit753ef8b4d1d6f645b21a547d3a1e656e265f99ef (patch)
treecf0f8bf52d7789afafb2d4441eb5653b02a4966a /setup.py
parentf3f3eb73aa8a1029698226f80e6e3e12b5b2c2d4 (diff)
downloadrestic-wrapper-753ef8b4d1d6f645b21a547d3a1e656e265f99ef.tar.gz
doc: update package name
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9275282..33ab5d7 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ from setuptools import setup
with open('VERSION', 'r') as version_file:
version = version_file.read().strip()
-setup(name='restic',
+setup(name='restic-wrapper',
version=version,
description='stupid wrapper to restic',
long_description=' '.join('''