diff options
| author | Anthony Sottile <asottile@umich.edu> | 2021-04-03 17:47:40 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2021-04-03 18:21:02 -0700 |
| commit | e1bf88366890c260449fcc883cdb12a763794fbe (patch) | |
| tree | 102e6d75b16317d192f63b6329344bcdcd0b158b /example-plugin/setup.py | |
| parent | e0116d8e77fb04acc62095734ec49e779f24ee54 (diff) | |
| download | flake8-e1bf88366890c260449fcc883cdb12a763794fbe.tar.gz | |
fix manual gitlab links
Diffstat (limited to 'example-plugin/setup.py')
| -rw-r--r-- | example-plugin/setup.py | 2 |
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={ |
