summaryrefslogtreecommitdiff
path: root/example-plugin/setup.py
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-04-03 17:47:40 -0700
committerAnthony Sottile <asottile@umich.edu>2021-04-03 18:21:02 -0700
commite1bf88366890c260449fcc883cdb12a763794fbe (patch)
tree102e6d75b16317d192f63b6329344bcdcd0b158b /example-plugin/setup.py
parente0116d8e77fb04acc62095734ec49e779f24ee54 (diff)
downloadflake8-e1bf88366890c260449fcc883cdb12a763794fbe.tar.gz
fix manual gitlab links
Diffstat (limited to 'example-plugin/setup.py')
-rw-r--r--example-plugin/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-plugin/setup.py b/example-plugin/setup.py
index 0facd57..ee125db 100644
--- a/example-plugin/setup.py
+++ b/example-plugin/setup.py
@@ -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={