@@ -117,30 +117,9 @@ def build_extension(self, ext):
117117
118118setup (
119119 name = "python-lzo" ,
120- version = "1.15" , # Update version as needed
121- author = "Markus F.X.J. Oberhumer" , # Original author
122- author_email = "markus@oberhumer.com" ,
123- description = "Python bindings for the LZO compression library" ,
124- long_description = long_description ,
125- long_description_content_type = "text/markdown" ,
126- url = "https://github.com/yourusername/python-lzo" , # Update with your repo
127120 ext_modules = [CMakeExtension ("lzo" )],
128121 cmdclass = {"build_ext" : CMakeBuild },
129122 zip_safe = False ,
130123 python_requires = ">=3.8" ,
131- classifiers = [
132- "Development Status :: 5 - Production/Stable" ,
133- "Intended Audience :: Developers" ,
134- "License :: OSI Approved :: GNU General Public License v2 (GPLv2)" ,
135- "Programming Language :: Python :: 3" ,
136- "Programming Language :: Python :: 3.8" ,
137- "Programming Language :: Python :: 3.9" ,
138- "Programming Language :: Python :: 3.10" ,
139- "Programming Language :: Python :: 3.11" ,
140- "Programming Language :: Python :: 3.12" ,
141- "Programming Language :: C" ,
142- "Topic :: Software Development :: Libraries :: Python Modules" ,
143- "Topic :: System :: Archiving :: Compression" ,
144- ],
145124 keywords = "lzo compression" ,
146125)
0 commit comments