Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Sep 17, 2020
2 parents 51242f4 + 6b8149d commit 3d89a2d
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,41 +14,32 @@

setuptools.setup(
name="kibom",

version=KIBOM_VERSION,

author="Oliver Walters",

author_email="[email protected]",

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/INTI-CMNB/KiBoM/",

license="MIT",

packages=setuptools.find_packages(),

scripts=['KiBOM_CLI.py'],

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

classifiers=[
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)',
],

python_requires=">=3.2"
python_requires=">=2.7"
)

0 comments on commit 3d89a2d

Please sign in to comment.