syspy
0.1
syspy windows system information tool with python
Main Page
Related Pages
Namespaces
Classes
Files
File List
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
)
setup.py
Generated on Sun Apr 26 2015 22:56:30 for syspy by
1.8.9.1