Skip to content

Commit

Permalink
fix: Lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Vasallo authored and jvasallo committed Oct 26, 2021
1 parent 7fe9984 commit 76bb120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
with open('README.rst', encoding="ascii") as readme_file:
readme_content = readme_file.read()

if __name__ == "__main__":
if __name__ == "__main__":
setuptools.setup(
name='foremast-utils',
description='A utility library for Foremast that generates resource names to a common naming convention based on a repo url.',
description='A utility library for Foremast that generates names based on a common naming convention.',
long_description=readme_content,
author='Foremast',
author_email='[email protected]',
Expand Down

0 comments on commit 76bb120

Please sign in to comment.