[pygobject] setup.py: Remove various classifiers and the download-url which aren't accepted by pypi
- From: Christoph Reiter <creiter src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject] setup.py: Remove various classifiers and the download-url which aren't accepted by pypi
- Date: Sun, 10 Dec 2017 15:27:11 +0000 (UTC)
commit 46225bf34fc5737ca5b8e9fd9a0029e6f4a8b302
Author: Christoph Reiter <creiter src gnome org>
Date: Sat Dec 9 15:55:39 2017 +0100
setup.py: Remove various classifiers and the download-url which aren't accepted by pypi
pypi does not allow uploading packages with these set, so remove them altogether.
PKG-INFO.in | 5 -----
setup.py | 1 -
2 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/PKG-INFO.in b/PKG-INFO.in
index bebaf08..6e6f9ac 100644
--- a/PKG-INFO.in
+++ b/PKG-INFO.in
@@ -8,14 +8,9 @@ Author-email: james daa com au
Maintainer: Simon Feltman
Maintainer-email: sfeltman src gnome org
License: GNU LGPL
-Download-url:
ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/@PYGOBJECT_MAJOR_VERSION@.@PYGOBJECT_MINOR_VERSION@/pygobject-@VERSION
tar gz
Description: Python bindings for GObject Introspection
Platform: POSIX, Windows
Classifier: Development Status :: 5 - Production/Stable
-Classifier: Environment :: Linux
-Classifier: Environment :: MacOS X
-Classifier: Environment :: Win32 (MS Windows)
-Classifier: Environment :: Unix
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: POSIX
diff --git a/setup.py b/setup.py
index af3aa5c..ce75dd5 100644
--- a/setup.py
+++ b/setup.py
@@ -332,7 +332,6 @@ def main():
maintainer=pkginfo["Maintainer"],
maintainer_email=pkginfo["Maintainer-email"],
license=pkginfo["License"],
- download_url=pkginfo["Download-url"],
long_description=pkginfo["Description"],
platforms=pkginfo.get_all("Platform"),
classifiers=pkginfo.get_all("Classifier"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]