Skip to content

Commit

Permalink
Removed setup.py under package dir, which was checked in by mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
rayx committed Apr 26, 2019
1 parent a7f5aa4 commit feb17d5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 60 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
CHANGELOG
=========

0.2.1: 2018-04-26
-----------------
- Removed the setup.py in package dir, which was checked in by mistake.

0.2.0: 2018-04-20
-----------------
- Initial official (beta) release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A Python library for selecting an item from a list of multi-field data in terminal.
A Python library for selecting an item from a multi-field data list in terminal.

# Introduction

Expand Down
2 changes: 1 addition & 1 deletion pypick/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@
from .ui import set_theme, NoSpace

__all__ = ['Pick', 'Group', 'NoSpace', 'set_theme']
__version__ = '0.2.0'
__version__ = '0.2.1'
__license__ = 'GPLv3+'
__author__ = 'Huan Xiong <[email protected]>'
55 changes: 0 additions & 55 deletions pypick/setup.py

This file was deleted.

6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ def run_tests(self):

setuptools.setup(
name='pypick',
version='0.2.0',
version='0.2.1',
author='Huan Xiong',
author_email='[email protected]',
description=('A module for selecting an item from a list of '
'multi-field data in terminal'),
description=('A module for selecting an item from a multi-field '
'data list in terminal'),
packages=['pypick'],
url='https://github.com/rayx/pypick',
license='GPLv3+',
Expand Down

0 comments on commit feb17d5

Please sign in to comment.