Skip to content

Commit d740ec5

Browse files
committed
setup.py: Improve indentation.
1 parent 181c48b commit d740ec5

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

setup.py

+12-12
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55

66

77
setup(
8-
name="litesdcard",
9-
description="Small footprint and configurable SD Card core",
10-
author="Florent Kermarrec, Pierre-Olivier Vauboin",
11-
12-
url="http://enjoy-digital.fr",
13-
download_url="https://github.com/enjoy-digital/litesdcard",
14-
test_suite="test",
15-
license="BSD",
16-
python_requires="~=3.6",
17-
packages=find_packages(exclude=("test*", "sim*", "doc*", "examples*")),
18-
include_package_data=True,
19-
entry_points={
8+
name = "litesdcard",
9+
description = "Small footprint and configurable SD Card core",
10+
author = "Florent Kermarrec, Pierre-Olivier Vauboin",
11+
12+
url = "http://enjoy-digital.fr",
13+
download_url = "https://github.com/enjoy-digital/litesdcard",
14+
test_suite = "test",
15+
license = "BSD",
16+
python_requires = "~=3.6",
17+
packages = find_packages(exclude=("test*", "sim*", "doc*", "examples*")),
18+
include_package_data = True,
19+
entry_points = {
2020
"console_scripts": [
2121
"litesdcard_gen=litesdcard.gen:main",
2222
],

0 commit comments

Comments
 (0)