* Run the `poetry-build` command in the actual project foder. * make sure the package includes section has no duplicates in the generated `pyproject.toml` file
1.0.0
0.3.3
0.3.2
fixing the broken 'package includes' packaging.
NOTE: now require that shared packages are structured within a root namespace, as described in the README.md.
0.3.1
0.3.0
A `dist` folder will be added in the actual project when running `poetry build-project -t path/to/pyproject.toml`.
Also, changes in how relative package includes are set in the pyproject.toml.
shell packages = [ { include = "the_code_in_my_project" { include = "../../../my-shared-package" }]