Commit 1b26856b authored by Julien Muchembled's avatar Julien Muchembled

setup.py: update metadata

parent c79a194b
...@@ -12,13 +12,12 @@ setup(name=name, ...@@ -12,13 +12,12 @@ setup(name=name,
description="Flexible software building recipe.", description="Flexible software building recipe.",
long_description=long_description, long_description=long_description,
classifiers=[ classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Framework :: Buildout :: Recipe", "Framework :: Buildout :: Recipe",
"Programming Language :: Python", "Programming Language :: Python",
], ],
keywords='slapos recipe', keywords='slapos recipe',
license='GPLv3', license='GPLv3',
url='http://git.erp5.org/gitweb/slapos.recipe.build.git', url='https://lab.nexedi.com/nexedi/slapos.recipe.build',
namespace_packages=['slapos', 'slapos.recipe'], namespace_packages=['slapos', 'slapos.recipe'],
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment