Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Changed format to ''f' strings.
  • Loading branch information
havocesp authored Apr 11, 2023
1 parent afc34e7 commit c43444e
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 @@ -8,8 +8,8 @@
name=__package__,
version=__version__,
packages=find_packages(
exclude=['.idea*', 'build*', '{}.egg-info*'.format(__package__), 'dist*', 'venv*']),
url='https://github.com/havocesp/{}'.format(__package__),
exclude=['.idea*', '.vs*', 'build*', f'{__package__}.egg-info*', 'dist*', 'venv*']),
url=f'https://github.com/havocesp/{__package__}',
license=__license__,
packages_dir={'': __package__},
keywords=__keywords__,
Expand Down

0 comments on commit c43444e

Please sign in to comment.