Add project URLs

This commit is contained in:
Eric Torres 2019-04-17 21:58:14 -07:00
parent 17029b3467
commit 07d9f165ee
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ pkgver=0.5.2
pkgrel=1 pkgrel=1
pkgdesc="An rsync-based tool for backing up files" pkgdesc="An rsync-based tool for backing up files"
arch=('any') arch=('any')
url="" url="https://github.com/etorres4/rbackup"
license=('MIT') license=('MIT')
depends=(python rsync) depends=(python rsync)
makedepends=(python-setuptools) makedepends=(python-setuptools)

View File

@ -17,7 +17,7 @@ setuptools.setup(
description="An rsync-based tool for creating backups", description="An rsync-based tool for creating backups",
long_description=long_description, long_description=long_description,
long_description_content_type="text/plain", long_description_content_type="text/plain",
url="", url="https://github.com/etorres4/rbackup",
packages=PACKAGES, packages=PACKAGES,
scripts=SCRIPTS, scripts=SCRIPTS,
classifiers=[ classifiers=[