mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-29 05:34:22 +02:00
21 lines
583 B
Plaintext
21 lines
583 B
Plaintext
pypi_name = "aionotion"
|
|
python_name = "python-aionotion"
|
|
module_name = "aionotion"
|
|
version = "2.0.3"
|
|
release = "4"
|
|
summary = "Python library for Notion Home Monitoring"
|
|
license = "MIT"
|
|
url = "https://github.com/bachya/aionotion"
|
|
source = "%{pypi_source aionotion}"
|
|
archive_name = "aionotion"
|
|
description = '''
|
|
A asyncio-friendly library for Notion Home Monitoring devices.
|
|
'''
|
|
|
|
extra_build_requires = ["runtime"]
|
|
|
|
license_files = ["LICENSE"]
|
|
doc_files = ["README.md"]
|
|
|
|
changelog_head = "Fri Jun 04 2021 Package Manager <package@manager.com>"
|
|
changelog_msg = "Rebuilt for Python 3.10" |