File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,6 @@ def run(self):
3434
3535setup (
3636 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)" ,
4537 tests_require = ['pytest' ],
4638 cmdclass = {
4739 "test" : TestCommand
@@ -56,12 +48,4 @@ def run(self):
5648 #extra_link_args=["-flat_namespace"] if sys.platform == "darwin" else [],
5749 )
5850 ],
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.""" ,
6751)
You can’t perform that action at this time.
0 commit comments