Skip to content
Snippets Groups Projects
Select Git revision
  • 99c2e589ef8500a116c3d3e8d82e360ae33fc492
  • master default protected
  • update_env_var_name
  • feat/slurm_parent_sub
  • stable
  • feat/carnot
  • 16-openfoam-submitter-nn-flag-not-working
  • v0.9.0
  • v0.8.0
  • v0.7.0
  • v0.6.0
  • v0.5.0
  • v0.4.1
  • v0.4.0
  • v0.3.0
  • v0.2.1
  • v0.2.0
17 results

pyproject.toml

Blame
  • user avatar
    semantic-release authored and Adrian Rohner committed
    Automatically generated by python-semantic-release
    99c2e589
    History
    pyproject.toml 1.10 KiB
    [tool.poetry]
    name = "pyslurm"
    version = "0.3.0"
    description = ""
    license = "GPL-3.0-or-later"
    authors = [
        "Adrian Rohner <adrian.rohner@ost.ch>",
        "Alain Schubiger <alain.schubiger@ost.ch>",
        "Roland Peterer <roland.peterer@ost.ch>"
    ]
    readme = "README.md"
    repository = "https://gitlab.ost.ch/scl/submitscripts"
    keywords = ['submitscripts', 'cluster']
    classifiers = [
        "Topic :: Software Development :: Cluster",
    ]
    packages = [
        { include = "pyslurm" },
    ]
    
    [tool.poetry.dependencies]
    python = "^3.6"
    
    [tool.poetry.dev-dependencies]
    sphinx = "*"
    python-semantic-release = "*"
    
    [build-system]
    requires = ["poetry>=0.12"]
    build-backend = "poetry.masonry.api"
    
    [tool.poetry.scripts]
    publish = "scripts:publish"
    version = "scripts:version"
    changelog = "scripts:changelog"
    test = "scripts:test"
    mypy = "scripts:mypy"
    
    
    [tool.semantic_release]
    version_variable = [
        'pyslurm/__init__.py:__version__', 'pyproject.toml:version', 'doc/source/conf.py:release'
    ]
    version_source = "commit"
    upload_to_pypi = false
    hvcs = "gitlab"
    branch = "stable"
    changelog_file = "CHANGELOG.md"
    patch_without_tag = true
    build_command = ""