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

Commit

Permalink
Another attempt with setup
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Aug 21, 2017
1 parent f0e3d73 commit 1be5af3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
from setuptools import setup

setup(
name='blackmamba',
version='0.0.1',

description='Pythonista on steroids',

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

author='Robert Vojta',

license='The Unlicense',

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

0 comments on commit 1be5af3

Please sign in to comment.