ospurge/setup.cfg
Robert Collins f36665333b Remove hardcoded version.
Regular projects can use semantic versioning, not pbr's pre-version
facility. This line causes local package builds to have the wrong
version today, and pbr will in future detect this and error.

Change-Id: I305431346784d1ed224da9c023f59d81aedc5c3a
2014-08-20 14:14:47 +12:00

20 lines
373 B
INI

[metadata]
name = ospurge
author = Florent Flament
author-email = florent.flament@cloudwatt.com
home-page = https://github.com/stackforge/ospurge
summary = OpenStack resources cleanup script
description-file = README.md
license = MIT
classifier =
keywords =
openstack
[entry_points]
console_scripts =
ospurge = ospurge.ospurge:main
[files]
packages =
ospurge