Skip to content

Commit

Permalink
Try this.
Browse files Browse the repository at this point in the history
  • Loading branch information
ResidentMario committed Mar 28, 2016
1 parent 2f643d2 commit 2c48b29
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
Empty file added __init__.py
Empty file.
File renamed without changes.
3 changes: 0 additions & 3 deletions missingno/__init__.py

This file was deleted.

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
name = 'missingno',
packages = ['missingno'], # this must be the same as the name above
install_requires=['numpy', 'matplotlib'],
py_modules=['missingno'],
version = '0.1.0',
description = 'Missing data visualization module for Python.',
author = 'Aleksey Bilogur',
Expand Down

0 comments on commit 2c48b29

Please sign in to comment.