Skip to content
Snippets Groups Projects
Commit 6356cb87 authored by ale's avatar ale
Browse files

abandon pyinotify

parent d6e0f179
No related branches found
No related tags found
No related merge requests found
......@@ -8,13 +8,11 @@ from djrandom_client import version
from setuptools import setup, find_packages
import platform
if platform.system() == 'Darwin':
platform_requires = ['MacFSEvents']
extra_options = {
'app': ['djrandom_client/client.py'],
'setup_requires': ['py2app']
}
else:
platform_requires = ['pyinotify']
extra_options = {}
setup(
......@@ -24,7 +22,7 @@ setup(
author="ale",
author_email="ale@incal.net",
url="http://git.autistici.org/git/djrandom.git",
install_requires=platform_requires,
install_requires=[],
zip_safe=True,
packages=find_packages(),
entry_points={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment