Skip to content

Commit

Permalink
Release specific changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitjavalkar committed Oct 13, 2015
1 parent 5e47b0d commit 328721e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include LICENSE
include README.rst
include README.md
recursive-include yaksh/static *
recursive-include yaksh/templates *
recursive-include yaksh/demo_templates *
Expand Down
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
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
name='yaksh',
author='Python Team at FOSSEE, IIT Bombay',
author_email='[email protected]',
version='0.1',
version='0.1.1',
packages=find_packages(),
include_package_data=True,
url = 'https://pypi.python.org/pypi/yaksh/',
license='BSD License',
entry_points = {
'console_scripts': [
Expand Down

0 comments on commit 328721e

Please sign in to comment.