summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-21 11:51:44 -0700
committerGary E. Miller <gem@rellim.com>2018-09-21 11:51:44 -0700
commita8b717f4a1ab13b5f3d03d853c69270e3f039282 (patch)
tree966168c5685780516d7b7632588383c5097b680a /SConstruct
parentbbc75abc4f34b5bca4c0842986dffbf952d0077a (diff)
downloadgpsd-a8b717f4a1ab13b5f3d03d853c69270e3f039282.tar.gz
SConstruct: tweak, and comment, the egg-info file.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 4 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index d3dec099..994148c1 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1446,6 +1446,9 @@ else:
)
python_compiled_libs[ext] = python_env.SharedLibrary(
ext, python_objects[ext])
+ # Make PEP 241 Metadata 1.0.
+ # Why not PEP 314 (V1.1) or PEP 345 (V1.2)?
+ # V1.2 and V1.2 require a Download-URL to an installable binary
python_egg_info_source = """Metadata-Version: 1.0
Name: gps
Version: %s
@@ -1454,6 +1457,7 @@ Home-page: %s
Author: the GPSD project
Author-email: %s
License: BSD
+Keywords: GPS
Description: The gpsd service daemon can monitor one or more GPS devices \
connected to a host computer, making all data on the location and movements \
of the sensors available to be queried on TCP port 2947.