![Levi Blackstone](/assets/img/avatar_default.png)
- Add PEP8 section to tox.ini - Add hacking to requirements to enforce OpenStack style requirements - Change setup.py to use PBR - Add setup.cfg - Fix formatting issues flagged by flake8 check - Add copyright notices to all remaining files - Update .gitignore file - Bump version number Change-Id: If32d332d3b7800f66fe6ad0f815f178bda739036
27 lines
663 B
INI
27 lines
663 B
INI
[metadata]
|
|
description-file = README.md
|
|
name = stackdistiller
|
|
version = 0.12
|
|
author = Monsyne Dragon
|
|
author_email = mdragon@rackspace.com
|
|
summary = A data extraction and transformation library for OpenStack notifications
|
|
license = Apache-2
|
|
keywords =
|
|
OpenStack
|
|
notifications
|
|
events
|
|
extraction
|
|
transformation
|
|
classifiers =
|
|
Development Status :: 3 - Alpha
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python :: 2.6
|
|
Programming Language :: Python :: 2.7
|
|
|
|
home-page = https://github.com/stackforge/stacktach-stackdistiller
|
|
|
|
[files]
|
|
packages =
|
|
stackdistiller
|