Skip to content

Commit 0373ae9

Browse files
committed
added MANIFEST.in
1 parent 567c629 commit 0373ae9

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include *.py README README.rst LICENSE
2+
exclude *.pyc *.swp

README

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README.rst

nodeenv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:license: BSD, see LICENSE for more details.
1111
"""
1212

13-
nodeenv_version = '0.3.2'
13+
nodeenv_version = '0.3.3'
1414

1515
import sys
1616
import os

0 commit comments

Comments
 (0)