mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[mod] don't install test module with setup.py
This commit is contained in:
parent
b739f27994
commit
da00fc9eb0
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -23,7 +23,7 @@ setup(name='Moulinette',
|
||||||
author_email='yunohost@yunohost.org',
|
author_email='yunohost@yunohost.org',
|
||||||
url='http://yunohost.org',
|
url='http://yunohost.org',
|
||||||
license='AGPL',
|
license='AGPL',
|
||||||
packages=find_packages(),
|
packages=find_packages(exclude=['test']),
|
||||||
data_files=[(LOCALES_DIR, locale_files)],
|
data_files=[(LOCALES_DIR, locale_files)],
|
||||||
python_requires='==2.7.*',
|
python_requires='==2.7.*',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|
Loading…
Reference in a new issue