-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathflit.ini
More file actions
23 lines (23 loc) · 710 Bytes
/
flit.ini
File metadata and controls
23 lines (23 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[metadata]
module = yeelight
author = Stavros Korokithakis
author-email = hi@stavros.io
home-page = https://gitlab.com/stavros/python-yeelight
description-file = README.rst
dev-requires = flake8
flake8-docstrings
flake8-import-order
flake8-tidy-imports
pep8-naming
Sphinx
sphinx-rtd-theme
requires = enum-compat
future
classifiers = License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Topic :: Software Development :: Libraries :: Python Modules