@@ -0,0 +1,11 @@
+#!/usr/bin/env python3
+from distutils.core import setup
+
+setup(
+ name='NiceGUI',
+ version='0.1',
+ author='Zauberzeug',
+ author_email='info@zauberzeug.com',
+ url='https://github.com/zauberzeug/nicegui/',
+ packages=['nicegui'],
+)