Skip to content

Commit

Permalink
Merge pull request #138 from Evidlo/master
Browse files Browse the repository at this point in the history
add kibom.__main__:main entry point
  • Loading branch information
SchrodingersGat committed Sep 17, 2020
2 parents 85b3900 + b89a410 commit 6b8149d
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,21 @@

setuptools.setup(
name="kibom",

version=KIBOM_VERSION,

author="Oliver Walters",

author_email="oliver.henry.walters@gmail.com",

description="Bill of Materials generation tool for KiCad EDA",

long_description=long_description,

keywords="kicad, bom, electronics, schematic, bill of materials",

url="https://github.com/SchrodingersGat/KiBom",

license="MIT",

packages=setuptools.find_packages(),

scripts=['KiBOM_CLI.py'],

entry_points={
'console_scripts': ['kibom = kibom.__main__:main']
},
install_requires=[
"xlsxwriter",
],

python_requires=">=2.7"
)

0 comments on commit 6b8149d

Please sign in to comment.