Add project URLs
This commit is contained in:
2
PKGBUILD
2
PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.5.2
|
||||
pkgrel=1
|
||||
pkgdesc="An rsync-based tool for backing up files"
|
||||
arch=('any')
|
||||
url=""
|
||||
url="https://github.com/etorres4/rbackup"
|
||||
license=('MIT')
|
||||
depends=(python rsync)
|
||||
makedepends=(python-setuptools)
|
||||
|
2
setup.py
2
setup.py
@@ -17,7 +17,7 @@ setuptools.setup(
|
||||
description="An rsync-based tool for creating backups",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/plain",
|
||||
url="",
|
||||
url="https://github.com/etorres4/rbackup",
|
||||
packages=PACKAGES,
|
||||
scripts=SCRIPTS,
|
||||
classifiers=[
|
||||
|
Reference in New Issue
Block a user