Add basic install commands to PKGBUILD and set version

This commit is contained in:
Eric Torres
2019-03-13 02:28:15 -07:00
parent c9fcfcaa8a
commit 827f5f0913
2 changed files with 21 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="rbackup",
version="0.0.1",
version="0.1",
author="Eric Torres",
author_email="erictorres4@protonmail.com",
description="An rsync-based tool for creating backups",