Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Aug 21, 2017
1 parent 04d9cf9 commit 6c36104
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = Readme.md
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@

setup(
name='blackmamba',
version='0.0.1',
version='0.0.3',
download_url = 'https://github.com/zrzka/blackmamba/archive/v0.0.3.tar.gz'

description='Pythonista on steroids',

url='https://github.com/zrzka/blackmamba',

author='Robert Vojta',

license='The Unlicense',

packages=[
'blackmamba',
'blackmamba.experimental'
],
package_dir={'':'.'}
package_dir={'':'.'},

keywords=['pythonista']
)

0 comments on commit 6c36104

Please sign in to comment.