Add project URLs
This commit is contained in:
parent
17029b3467
commit
07d9f165ee
2
PKGBUILD
2
PKGBUILD
@ -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)
|
||||||
|
2
setup.py
2
setup.py
@ -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=[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user