Skip to content

Commit 8cb7527

Browse files
committed
removed whitespace
1 parent 14357ec commit 8cb7527

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

setup.cfg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ project_urls =
2424
Documentation = https://shiny.rstudio.com/py/
2525
Source Code = https://github.com/rstudio/py-shiny
2626

27-
28-
2927
[options]
3028
python_requires = >=3.7
3129
packages = find:
@@ -76,7 +74,6 @@ dev =
7674
wheel
7775
tox
7876

79-
8077
[options.packages.find]
8178
include = shiny, shiny.*
8279

@@ -87,7 +84,6 @@ shiny = py.typed
8784
console_scripts =
8885
shiny = shiny._main:main
8986

90-
9187
[flake8]
9288
# E302: Expected 2 blank lines
9389
# E501: Line too long
@@ -97,8 +93,6 @@ console_scripts =
9793
ignore = E302, E501, F403, F405, W503
9894
extend_exclude = docs, .venv, venv, typings, e2e, build
9995

100-
101-
10296
[tox:tox]
10397
envlist = mytestenv
10498

0 commit comments

Comments
 (0)