Skip to content
Snippets Groups Projects
Commit 251c2751 authored by Ian Galpin's avatar Ian Galpin
Browse files

Exclude setup.py from flake8 as external build tools still use double quotes...

Exclude setup.py from flake8 as external build tools still use double quotes instead of single quotes and thus breaks the build on a release
parent 9a42c579
Branches
Tags
No related merge requests found
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='compendium-v2',
version='0.3',
version="0.3",
author='GEANT',
author_email='swd@geant.org',
description='Flask and React project for displaying '
......
......@@ -3,7 +3,7 @@ envlist = py39
[flake8]
exclude = ./.tox,./webapp,./compendium_v2/migrations
exclude = ./.tox,./webapp,./compendium_v2/migrations,./setup.py
[testenv]
deps =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment