1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-01-31 02:00:45 +00:00

setup.py: update URL

Update the url entry in the package metadata to be a valid URL. This is
now required for upload to PyPI.
This commit is contained in:
Sergei Trofimov 2018-03-22 11:07:53 +00:00 committed by Marc Bonnici
parent 9678c7372e
commit 56e9147e58

View File

@ -62,7 +62,7 @@ params = dict(
version='0.0.4',
packages=packages,
package_data=data_files,
url='N/A',
url='https://github.com/ARM-software/devlib',
license='Apache v2',
maintainer='ARM Ltd.',
install_requires=[