pkg: update package metadata
This commit is contained in:
parent
9e898ceefb
commit
6833bf8657
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
|
@ -30,7 +30,6 @@ setup(
|
|||
'Tracker': 'https://gitlab.com/gerbolyze/gerbonara/issues',
|
||||
},
|
||||
packages=find_packages(exclude=['tests']),
|
||||
exclude_package_data={'gerbonara': ['.gitignore']},
|
||||
install_requires=['click'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
|
@ -63,5 +62,5 @@ setup(
|
|||
'Typing :: Typed',
|
||||
],
|
||||
keywords='gerber excellon pcb',
|
||||
python_requires='>=3.8',
|
||||
python_requires='>=3.10',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue