Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
poetry-core / tests / masonry / builders / fixtures / split_source / pyproject.toml
Size: Mime:
[tool.poetry]
name = "split-source"
version = "0.1"
description = "Combine packages from different locations."
authors = [
    "Jan Harkes <jaharkes@cs.cmu.edu>"
]
license = "MIT"
packages = [
    { include = "module_a", from = "lib_a" },
    { include = "module_b", from = "lib_b" },
]

[tool.poetry.dependencies]
python = "^3.6"