Skip to content

Commit

Permalink
Edit package settings
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc committed Mar 23, 2017
1 parent 4b8fc22 commit b8c4cda
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
history = history_file.read()

requirements = [
# 'Click>=6.0',
'pyserial',
'ipykernel',
]
Expand All @@ -22,7 +21,7 @@
setup(
name='circuitpython_kernel',
version='0.1.0',
description="CircuitPython Kernel enables CircuitPython to be used in Jupyter Notebooks.",
description="CircuitPython Kernel enables CircuitPython to be used in Jupyter Notebooks for learning Python coding with microcontrollers.",
long_description=readme + '\n\n' + history,
author="Carol Willing",
author_email='carolcode@willingconsulting.com',
Expand All @@ -32,16 +31,12 @@
],
package_dir={'circuitpython_kernel':
'circuitpython_kernel'},
entry_points={
'console_scripts': [
'circuitpython_kernel=circuitpython_kernel.cli:main'
]
},
entry_points={},
include_package_data=True,
install_requires=requirements,
license="BSD license",
zip_safe=False,
keywords='circuitpython_kernel',
keywords='circuitpython_kernel jupyter notebook',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
Expand Down

0 comments on commit b8c4cda

Please sign in to comment.