Commit 665ef956 authored by Antonin Décimo's avatar Antonin Décimo Committed by GitHub

Specify PyPi dependencies, update url

parent 9bcf5c52
......@@ -11,9 +11,10 @@ setup(
'python library.',
author = 'Martín Ferrari, Alina Quereilhac',
author_email = 'martin.ferrari@gmail.com, aquereilhac@gmail.com',
url = 'http://code.google.com/p/nemu/',
url = 'https://github.com/TheTincho/nemu',
license = 'GPLv2',
platforms = 'Linux',
packages = ['nemu'],
install_requires = ['python-unshare', 'python-passfd'],
package_dir = {'': 'src'}
)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment