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 5c7c563 commit 70525da
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@


setup(
name="litejesd204b",
description="Small footprint and configurable JESD204B core",
author="Florent Kermarrec",
author_email="florent@enjoy-digital.fr",
url="http://enjoy-digital.fr",
download_url="https://github.com/enjoy-digital/litejesd204b",
test_suite="test",
license="BSD",
python_requires="~=3.6",
packages=find_packages(exclude=("test*", "sim*", "doc*", "examples*")),
include_package_data=True,
name = "litejesd204b",
description = "Small footprint and configurable JESD204B core",
author = "Florent Kermarrec",
author_email = "florent@enjoy-digital.fr",
url = "http://enjoy-digital.fr",
download_url = "https://github.com/enjoy-digital/litejesd204b",
test_suite = "test",
license = "BSD",
python_requires = "~=3.6",
packages = find_packages(exclude=("test*", "sim*", "doc*", "examples*")),
include_package_data = True,
)

0 comments on commit 70525da

Please sign in to comment.