Skip to content

Commit

Permalink
added manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Aug 23, 2013
1 parent f1ba484 commit 0135c60
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
17 changes: 17 additions & 0 deletions LICENSE
@@ -0,0 +1,17 @@
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

Paul Butler <paulgb@gmail.com>
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,2 @@
include README.md
include LICENSE
2 changes: 1 addition & 1 deletion sample/__init__.py
@@ -1,5 +1,5 @@

__version__ = '0.0.0'
__version__ = '0.0.1'

__author__ = 'Paul Butler <sample@paulbutler.org>'

4 changes: 3 additions & 1 deletion setup.py
@@ -1,8 +1,10 @@

from setuptools import setup

import sample

setup(name = 'sample-cli',
version = '0.0.1',
version = sample.__version__,
description = 'Command-line interface for sampling lines from text files',
author = 'Paul Butler',
author_email = 'paulgb@gmail.com',
Expand Down

0 comments on commit 0135c60

Please sign in to comment.