Skip to content

Commit 1ef9ffd

Browse files
author
Ravi kumar
committed
Merge pull request #7 from ravigadila/manifest
added manifest.in
2 parents 83c06e4 + 672ccee commit 1ef9ffd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

MANIFEST.in

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

setup.py

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

3-
VERSION = 0.1
3+
VERSION = 0.1.1
44

55
with open('README.md') as fl:
66
LONG_DESCRIPTION = fl.read()

0 commit comments

Comments
 (0)