Skip to content
Snippets Groups Projects
Select Git revision
  • a934c79a9b146048b70e9f056ee131cec977cc5b
  • 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
  • user avatar
    jkerdreu authored
    
    
    git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3205 b32b6428-25c9-4566-ad07-03861ab6144f
    a934c79a
    History
    user avatar a934c79a
    pyproject.toml 489 B
    [project]
    name = "xaal.warp10"
    version = "0.1"
    description = "xAAL logger for warp10"
    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", "warp10"]
    dependencies = ["xaal.lib", "urllib3"]
    
    
    [tool.setuptools.packages.find]
    include = ["xaal.warp10"]