2 Commits bb3be76c62 ... ba2ba71c49

Author SHA1 Message Date
  Fabian Affolter ba2ba71c49 Add license tag (#20) 3 years ago
  Fabian Affolter a6068bbc4d Add MANIFEST.in (#19) 3 years ago
2 changed files with 2 additions and 0 deletions
  1. 1 0
      MANIFEST.in
  2. 1 0
      setup.py

+ 1 - 0
MANIFEST.in

@@ -0,0 +1 @@
+include LICENSE

+ 1 - 0
setup.py

@@ -8,6 +8,7 @@ setup(
     description = 'A library to communicate with Switchbot',
     author='Daniel Hjelseth Hoyer',
     url='https://github.com/Danielhiversen/pySwitchbot/',
+    license='MIT',
     classifiers=[
         'Development Status :: 3 - Alpha',
         'Environment :: Other Environment',