Skip to content

Commit 8f04f8c

Browse files
committed
Slip setup.py down. rm fields covered by pyproject.toml.
1 parent f7fecf6 commit 8f04f8c

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

setup.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,6 @@ def run(self):
3333
src_list += glob(os.path.join(lzo_dir, "src/*.c"))
3434

3535
setup(
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

Comments
 (0)