fix manual gitlab links

This commit is contained in:
Anthony Sottile 2021-04-03 17:47:40 -07:00
parent e0116d8e77
commit e1bf883668
7 changed files with 11 additions and 11 deletions

View file

@ -7,7 +7,7 @@ setuptools.setup(
description='Example plugin to Flake8',
author='Ian Cordasco',
author_email='graffatcolmingov@gmail.com',
url='https://gitlab.com/pycqa/flake8',
url='https://github.com/pycqa/flake8',
package_dir={'': 'src/'},
packages=['flake8_example_plugin'],
entry_points={