Skip to content

Commit 63db3de

Browse files
committed
fixed minor issue with setup.py
1 parent 40b6b70 commit 63db3de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def read(fname):
1919
keywords = "diff",
2020
url = "https://github.com/ymattw/cdiff",
2121
scripts = ['src/cdiff.py'],
22+
packages=['src'],
2223
long_description=read('README.md'),
2324
install_requires = ['python>= 2.5.0'],
2425
)

0 commit comments

Comments
 (0)