@@ -33,16 +33,6 @@ def run(self):
3333 src_list += glob (os .path .join (lzo_dir , "src/*.c" ))
3434
3535setup (
36- name = "python-lzo" ,
37- version = "1.16" ,
38- description = "Python bindings for the LZO data compression library" ,
39- author = "Markus F.X.J. Oberhumer" ,
40- author_email = "markus@oberhumer.com" ,
41- maintainer = "Joshua D. Boyd" ,
42- maintainer_email = "jdboyd@jdboyd.net" ,
43- url = "https://github.com/jd-boyd/python-lzo" ,
44- license = "GNU General Public License (GPL)" ,
45- tests_require = ['pytest' ],
4636 cmdclass = {
4737 "test" : TestCommand
4838 },
@@ -56,12 +46,4 @@ def run(self):
5646 #extra_link_args=["-flat_namespace"] if sys.platform == "darwin" else [],
5747 )
5848 ],
59- long_description = """
60- This module provides Python bindings for the LZO data compression library.
61- LZO is a portable lossless data compression library written in ANSI C.
62- It offers pretty fast compression and *very* fast decompression.
63- Decompression requires no memory.
64- In addition there are slower compression levels achieving a quite
65- competitive compression ratio while still decompressing at
66- this very high speed.""" ,
6749)
0 commit comments