Skip to content

Commit 672ccee

Browse files
author
ravi
committed
added manifest.in
1 parent 83c06e4 commit 672ccee

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)