We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e3138 commit c1a92d4Copy full SHA for c1a92d4
1 file changed
setup.py
@@ -15,15 +15,15 @@
15
16
setup(
17
name='bob-builder',
18
- version='0.0.4',
+ version='0.0.5',
19
install_requires=deps,
20
description='Binary Build Toolkit.',
21
# long_description='Meh.',/
22
author='Kenneth Reitz',
23
author_email='kenneth@heroku.com',
24
url='https://github.com/heroku/build-toolkit',
25
packages=['bob'],
26
- # license='MIT',
+ license='MIT',
27
entry_points={
28
'console_scripts': [
29
'bob = bob:cli.dispatch',
0 commit comments