Skip to content
Snippets Groups Projects
Select Git revision
  • ee5b20c53bc1db6d5f18124836398e1d9b06b0f5
  • main default protected
  • py2-backport
  • tags/release-0.5_final
  • tags/release-0.4_final
  • tags/release-0.4_r2
  • tags/release-0.3
7 results

pyproject.toml

Blame
  • pyproject.toml 408 B
    [project]
    name = "xaal.knx"
    version = "0.1"
    description = "xAAL devices for KNX bus"
    readme = "README.rst"
    authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
    license = { text = "GPL License"}
    classifiers = ['Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules']
    keywords = ['xaal', 'knx']
    dependencies = ['xaal.lib', 'gevent']