Prep for being in gerrit

name needs to be python-giftwrap for uploads to pypi. Also, the pbr
section in setup.cfg is deprecated.
This commit is contained in:
Monty Taylor 2016-02-16 10:48:55 +00:00
parent 00d790a67c
commit 009a1a0b8e
1 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1,5 @@
[metadata]
name = giftwrap
name = python-giftwrap
version = 2.1.0
summary = giftwrap - A tool to build full-stack native system packages.
description-file =
@ -15,10 +15,6 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
giftwrap = giftwrap.shell:main