summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKG-INFO.in5
-rw-r--r--setup.py1
2 files changed, 0 insertions, 6 deletions
diff --git a/PKG-INFO.in b/PKG-INFO.in
index bebaf080..6e6f9ac8 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 af3aa5c6..ce75dd59 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"),