Commit a0933208 authored by Martín Ferrari's avatar Martín Ferrari Committed by GitHub

Merge pull request #1 from MisterDA/patch-2

Specify PyPi dependencies, update url
parents 9bcf5c52 665ef956
...@@ -11,9 +11,10 @@ setup( ...@@ -11,9 +11,10 @@ setup(
'python library.', 'python library.',
author = 'Martín Ferrari, Alina Quereilhac', author = 'Martín Ferrari, Alina Quereilhac',
author_email = 'martin.ferrari@gmail.com, aquereilhac@gmail.com', author_email = 'martin.ferrari@gmail.com, aquereilhac@gmail.com',
url = 'http://code.google.com/p/nemu/', url = 'https://github.com/TheTincho/nemu',
license = 'GPLv2', license = 'GPLv2',
platforms = 'Linux', platforms = 'Linux',
packages = ['nemu'], packages = ['nemu'],
install_requires = ['python-unshare', 'python-passfd'],
package_dir = {'': 'src'} 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