|
28 | 28 | # For a discussion on single-sourcing the version across setup.py and the |
29 | 29 | # project code, see |
30 | 30 | # https://packaging.python.org/en/latest/single_source_version.html |
31 | | - # |
32 | | - # pynobo: API version + serial release + alpha/beta/rc |
33 | 31 | version='1.2.0', |
34 | 32 | description='Nobø Hub / Nobø Energy Control TCP/IP Interface', |
35 | 33 |
|
|
52 | 50 |
|
53 | 51 | # This should be your name or the name of the organization which owns the |
54 | 52 | # project. |
55 | | - author='echoromeo, capelevy', |
56 | | - author_email='felis.lynx@gmail.com', # Optional |
| 53 | + author='echoromeo, capelevy, oyvindwe', |
| 54 | +# author_email='project@email.com', # Optional |
57 | 55 |
|
58 | 56 | # Classifiers help users find your project by categorizing it. |
59 | 57 | # |
|
63 | 61 | # 3 - Alpha |
64 | 62 | # 4 - Beta |
65 | 63 | # 5 - Production/Stable |
66 | | - 'Development Status :: 3 - Alpha', |
| 64 | + 'Development Status :: 5 - Production/Stable', |
67 | 65 |
|
68 | 66 | # Indicate who your project is intended for |
69 | 67 | 'Intended Audience :: Developers', |
|
108 | 106 | # |
109 | 107 | # For an analysis of "install_requires" vs pip's requirements files see: |
110 | 108 | # https://packaging.python.org/en/latest/requirements.html |
111 | | -# install_requires=[ 'time', 'datetime', 'warnings', 'logging', 'collections', 'socket', 'threading'], # All are there by default? |
| 109 | +# install_requires=['asyncio', 'collections', 'contextlib', 'datetime', 'errno', 'logging', 'time', 'threading', 'warnings'], # All are there by default? |
112 | 110 |
|
113 | 111 | # List additional groups of dependencies here (e.g. development |
114 | 112 | # dependencies). Users will be able to install these using the "extras" |
|
0 commit comments