Skip to content

Commit 328721e

Browse files
author
ankitjavalkar
committed
Release specific changes
1 parent 5e47b0d commit 328721e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include LICENSE
2-
include README.rst
2+
include README.md
33
recursive-include yaksh/static *
44
recursive-include yaksh/templates *
55
recursive-include yaksh/demo_templates *

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
name='yaksh',
1111
author='Python Team at FOSSEE, IIT Bombay',
1212
author_email='[email protected]',
13-
version='0.1',
13+
version='0.1.1',
1414
packages=find_packages(),
1515
include_package_data=True,
16+
url = 'https://pypi.python.org/pypi/yaksh/',
1617
license='BSD License',
1718
entry_points = {
1819
'console_scripts': [

0 commit comments

Comments
 (0)