Skip to content

Commit

Permalink
added pip compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rtorres90 committed Mar 26, 2017
1 parent 5871846 commit b574cad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 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
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from distutils.core import setup
setup(
name = 'cli-menu-helper',
packages = ['cli-menu-helper'],
version = '0.1',
description = 'Library to create cli menus',
author = 'Roberto Torres',
author_email = '[email protected]',
url = 'https://github.com/rtorres90/cli-menu-helper/',
download_url = 'https://github.com/rtorres90/cli-menu-helper/archive/0.1.tar.gz',
keywords = ['menu', 'cli'],
classifiers = [],
)

0 comments on commit b574cad

Please sign in to comment.