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

Commit

Permalink
Include *.pyui files
Browse files Browse the repository at this point in the history
  • Loading branch information
zrzka committed Aug 21, 2017
1 parent 2f623f0 commit c7e6f8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include blackmambda/*.pyui
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

setup(
name='blackmamba',
version='0.0.4',
download_url = 'https://github.com/zrzka/blackmamba/archive/v0.0.4.tar.gz',
version='0.0.5',
download_url = 'https://github.com/zrzka/blackmamba/archive/v0.0.5.tar.gz',

description='Pythonista on steroids',

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

include_package_data = True,

author='Robert Vojta',

Expand Down

0 comments on commit c7e6f8d

Please sign in to comment.