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 f654d26 commit 09d42f1
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,17 +5,17 @@


setup(
name="litespi",
description="Small footprint and configurable SPI core",
author="LiteSPI Developers",
url="https://github.com/litex-hub",
download_url="https://github.com/litex-hub/litespi",
test_suite="test",
license="BSD",
python_requires="~=3.6",
packages=find_packages(exclude=("test*", "sim*", "doc*", "examples*")),
include_package_data=True,
entry_points={
name = "litespi",
description = "Small footprint and configurable SPI core",
author = "LiteSPI Developers",
url = "https://github.com/litex-hub",
download_url = "https://github.com/litex-hub/litespi",
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": [
"litespi_gen=litespi.gen:main",
],
Expand Down

0 comments on commit 09d42f1

Please sign in to comment.