question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple packages in the same project

See original GitHub issue

I’m migrating a project from setuptools to Poetry. The project contains 2 packages, and my setuptools setup was packaging them together. This doesn’t seem to work with my Poetry setup!? But maybe it’s because the only place I mentioned my second package is in the [package] include section.

Is it possible to do it with Poetry or is it considered as a bad practice ?!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:5
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

20reactions
sdispatercommented, Jul 25, 2018

It is now supported with the packages property

9reactions
merwokcommented, May 31, 2018

I think the OP really means two independent packages, not one package with sub-packages.

Distutils always supported to create a distribution with 0 or more modules, 0 or more packages, 0 or more scripts, or even only data files.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How do you organise a python project that contains multiple ...
The project itself represents an entire program useable by the user, and will be distributed as such, but I know that parts of...
Read more >
How to best structure a large project into multiple installable ...
I guess my question really is if and how one can distribute a package that adds modules to another existing package upon installation,...
Read more >
Add multiple packages to a single project - MSDN - Microsoft
I am trying to add multiple packages to a single project. We have a project that we want to use as a template....
Read more >
Installing Multiple Versions of the Same Package in your ...
In order to start, let's first create a folder called multiple-package-versions-in-project and, inside of this folder, initialize a node  ...
Read more >
What is a proper way to structure a Python project consisting ...
It is perfectly fine to keep multiple Python packages in the same version control repository, though this might confuse some CI tools.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found