syspy  0.1
syspy windows system information tool with python
setup.py
Go to the documentation of this file.
1 from distutils.core import setup
2 
3 setup(
4  name = 'syspy',
5  version = '0.2',
6  url = 'https://github.com/aligoren/syspy',
7  download_url = 'https://github.com/aligoren/syspy/archive/master.zip',
8  author = 'Ali GOREN <goren.ali@yandex.com>',
9  author_email = 'goren.ali@yandex.com',
10  license = 'Apache v2.0 License',
11  packages = ['syspy'],
12  description = 'Windows System Informations',
13  keywords = ['sys', 'util', 'system', 'info', 'information', 'windows', 'os'],
14 )