
- 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 - Fix bug in expression.py where a variable was set incorrectly Change-Id: I634adba3a44b2bcebb4d8c5620cbade28c6c489a
26 lines
626 B
INI
26 lines
626 B
INI
[metadata]
|
|
description-file = README.md
|
|
name = timex
|
|
version = 0.21
|
|
author = Monsyne Dragon
|
|
author_email = mdragon@rackspace.com
|
|
summary = A time expressions library implementing a mini-language for manipulating datetimes
|
|
license = Apache-2
|
|
keywords =
|
|
datetime
|
|
manipulation
|
|
transformation
|
|
DSL
|
|
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-timex
|
|
|
|
[files]
|
|
packages =
|
|
timex
|