jansel / opentuner

An extensible framework for program autotuning
http://opentuner.org/
MIT License
382 stars 112 forks source link

Update setup.py #164

Closed r0cketdyne closed 4 months ago

r0cketdyne commented 4 months ago

Removed the nested try-except blocks for importing setuptools. Used with statement to open requirements.txt for better file handling.

Used list comprehension to read and process lines in requirements.txt.

Added encoding='utf-8' parameter for file opening to handle potential encoding issues.

Added long_description_content_type='text/markdown' to specify the type of long description as markdown.

Simplified the lambda function for reading Markdown files