setup: properly list lz4 as an install_requires

This commit is contained in:
Augie Fackler 2015-09-10 11:01:03 -04:00
parent a93ebb8b1e
commit 83c4f04860

View File

@ -14,5 +14,6 @@ This extension adds support for remote filelogs in Mercurial where all the file
keywords='hg shallow mercurial remote filelog',
license='Not determined yet',
packages=['remotefilelog'],
install_requires=['lz4'],
ext_modules = []
)