~rbanffy/+junk/python3-seamicroclient

« back to all changes in this revision

Viewing changes to python-seamicroclient-0.2.1/setup.cfg

  • Committer: Ricardo Bánffy
  • Date: 2015-12-15 21:36:41 UTC
  • Revision ID: rbanffy@gmail.com-20151215213641-l6rxowkaerz02467
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[metadata]
 
2
name = python-seamicroclient
 
3
summary = Client library for Seamicro chassis API
 
4
description-file = 
 
5
        README.md
 
6
license = Apache License, Version 2.0
 
7
author = AMD
 
8
author-email = rohan.kanade@izeltech.com
 
9
home-page = https://github.com/seamicro/python-seamicroclient
 
10
classifier = 
 
11
        Development Status :: 4 - Beta
 
12
        Environment :: Console
 
13
        Environment :: Web Environment
 
14
        Intended Audience :: Developers
 
15
        Intended Audience :: Information Technology
 
16
        License :: OSI Approved :: Apache Software License
 
17
        Operating System :: OS Independent
 
18
        Programming Language :: Python
 
19
 
 
20
[files]
 
21
packages = 
 
22
        seamicroclient
 
23
 
 
24
[egg_info]
 
25
tag_build = 
 
26
tag_date = 0
 
27
tag_svn_revision = 0
 
28