Skip to content

Commit c43444e

Browse files
authored
Update setup.py
Changed format to ''f' strings.
1 parent afc34e7 commit c43444e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
name=__package__,
99
version=__version__,
1010
packages=find_packages(
11-
exclude=['.idea*', 'build*', '{}.egg-info*'.format(__package__), 'dist*', 'venv*']),
12-
url='https://github.com/havocesp/{}'.format(__package__),
11+
exclude=['.idea*', '.vs*', 'build*', f'{__package__}.egg-info*', 'dist*', 'venv*']),
12+
url=f'https://github.com/havocesp/{__package__}',
1313
license=__license__,
1414
packages_dir={'': __package__},
1515
keywords=__keywords__,

0 commit comments

Comments
 (0)