Skip to content

Commit dfe6b19

Browse files
author
ravi
committed
fixed readme in manifest
1 parent 4ef47aa commit dfe6b19

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ var/
2727
# PyInstaller
2828
# Usually these files are written by a python script from a template
2929
# before PyInstaller builds the exe, so as to inject date/other infos into it.
30-
*.manifest
3130
*.spec
3231

3332
# Installer logs

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
include README.rst
1+
include README.md
2+
include LICENSE.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from setuptools import setup, find_packages
33

4-
VERSION = '0.2.1'
4+
VERSION = '0.2.2'
55

66
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
77
LONG_DESCRIPTION = readme.read()

0 commit comments

Comments
 (0)