Skip to content

Commit

Permalink
Style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperCraeghs committed Jan 12, 2024
1 parent b23051e commit a9b0ed3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from glob import glob
from os.path import basename, splitext

from setuptools import find_namespace_packages, setup

PROJECT_URL = 'https://github.com/melexis/warnings-plugin'
Expand All @@ -21,7 +18,7 @@
author_email='[email protected]',
description='Command-line alternative for https://github.com/jenkinsci/warnings-plugin. '
'Useable with plugin-less CI systems.',
long_description=open("README.rst").read(),
long_description=open("README.rst", encoding="utf-8").read(),
long_description_content_type='text/x-rst',
project_urls={
'Documentation': 'https://melexis.github.io/warnings-plugin',
Expand Down

0 comments on commit a9b0ed3

Please sign in to comment.