|
5 | 5 |
|
6 | 6 |
|
7 | 7 | 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 = { |
20 | 20 | "console_scripts": [
|
21 | 21 | "litesdcard_gen=litesdcard.gen:main",
|
22 | 22 | ],
|
|
0 commit comments