diff --git a/setup.cfg b/setup.cfg index d38e059..9f42699 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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