Fixes #100
@ -20,5 +20,10 @@ setup(name='tuhi',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6'
],
python_requires='>=3.6'
python_requires='>=3.6',
install_requires=[
'svgwrite',
'gi',
'xdg',
]
)