Skip to content

Commit

Permalink
Update README & source dist creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Cooke committed May 17, 2017
1 parent b45bc74 commit 872b208
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include see/*.py setup.py tests/test_*.py README.rst CHANGELOG.rst AUTHORS.rst CODE_OF_CONDUCT.md LICENSE
include LICENSE
include *.rst *.md
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ clean:

.PHONY: dist
dist:
python setup.py sdist --formats=bztar,gztar,zip
python3 setup.py sdist --formats=bztar,gztar,zip
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ you what you can do with things.

Supports Python 2.6+ and 3.3+. Also works in iPython and PyPy.

License
BSD (see the *LICENSE* file)
Licensed under the BSD 3-Clause License. See the *LICENSE* file.

Contributions are welcome. See the *CODE_OF_CONDUCT.md*, *CHANGELOG.rst*
and *AUTHORS.rst* files.
Expand All @@ -27,7 +26,7 @@ Install

To install **see**, run::

$ pip install --upgrade see
$ pip3 install --upgrade see


Usage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
author_email='see@araile.com',
license='BSD License',
url='https://araile.github.io/see/',
py_modules=['see'],
packages=['see'],
install_requires=[],
test_suite='tests',
tests_require=[lib for lib in tests_require if lib],
Expand Down

0 comments on commit 872b208

Please sign in to comment.