Skip to content

Commit

Permalink
setup.py: Improve indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Dec 19, 2023
1 parent 181c48b commit d740ec5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@


setup(
name="litesdcard",
description="Small footprint and configurable SD Card core",
author="Florent Kermarrec, Pierre-Olivier Vauboin",
author_email="florent@enjoy-digital.fr, po@lambdaconcept.com",
url="http://enjoy-digital.fr",
download_url="https://github.com/enjoy-digital/litesdcard",
test_suite="test",
license="BSD",
python_requires="~=3.6",
packages=find_packages(exclude=("test*", "sim*", "doc*", "examples*")),
include_package_data=True,
entry_points={
name = "litesdcard",
description = "Small footprint and configurable SD Card core",
author = "Florent Kermarrec, Pierre-Olivier Vauboin",
author_email = "florent@enjoy-digital.fr, po@lambdaconcept.com",
url = "http://enjoy-digital.fr",
download_url = "https://github.com/enjoy-digital/litesdcard",
test_suite = "test",
license = "BSD",
python_requires = "~=3.6",
packages = find_packages(exclude=("test*", "sim*", "doc*", "examples*")),
include_package_data = True,
entry_points = {
"console_scripts": [
"litesdcard_gen=litesdcard.gen:main",
],
Expand Down

0 comments on commit d740ec5

Please sign in to comment.