From a8591c9343cf287afaa3f1c40db31e5cff371b45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Sun, 17 Apr 2016 21:07:51 +0200 Subject: [PATCH] Updated metadata files. --- MANIFEST.in | 5 +---- setup.py | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 47b5785b9..b79579b32 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,7 +5,4 @@ include README.rst include requirements_production.txt include bower.json recursive-include openslides *.* -recursive-exclude openslides *.pyc -recursive-exclude openslides *.swp -recursive-exclude openslides *.swo -recursive-exclude openslides *~ +exclude openslides/__pycache__/* diff --git a/setup.py b/setup.py index 9543b312f..0f81fd192 100644 --- a/setup.py +++ b/setup.py @@ -19,14 +19,14 @@ setup( description=openslides_description, license='MIT', long_description=long_description, - url='http://openslides.org', + url='https://openslides.org', version=openslides_version, classifiers=[ # http://pypi.python.org/pypi?%3Aaction=list_classifiers # 'Development Status :: 3 - Alpha', - 'Development Status :: 4 - Beta', - # 'Development Status :: 5 - Production/Stable', + # 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'License :: OSI Approved :: MIT License',