This commit is contained in:
Matt Basta 2011-03-05 17:50:51 +00:00
Родитель c26ff2d0e2
Коммит c8351d9268
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,8 @@ setup(
include_package_data=True,
zip_safe=False,
install_requires=[p.strip() for p in open('./requirements.txt')
if not p.startswith('#')],
if not p.startswith(('#',
'-e'))],
scripts=["addon-validator"],
classifiers=[
'Development Status :: 4 - Beta',