We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc34e7 commit c43444eCopy full SHA for c43444e
1 file changed
setup.py
@@ -8,8 +8,8 @@
8
name=__package__,
9
version=__version__,
10
packages=find_packages(
11
- exclude=['.idea*', 'build*', '{}.egg-info*'.format(__package__), 'dist*', 'venv*']),
12
- url='https://github.com/havocesp/{}'.format(__package__),
+ exclude=['.idea*', '.vs*', 'build*', f'{__package__}.egg-info*', 'dist*', 'venv*']),
+ url=f'https://github.com/havocesp/{__package__}',
13
license=__license__,
14
packages_dir={'': __package__},
15
keywords=__keywords__,
0 commit comments