django-view-breadcrumbs icon indicating copy to clipboard operation
django-view-breadcrumbs copied to clipboard

[BUG] The PyPi source package is not buildable without files from files from .github directory

Open btbroot opened this issue 1 month ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Does this issue exist in the latest version?

  • [X] I'm using the latest release

Describe the bug?

It seems, the project uses GNU make, distutils and tox. All the related files (starting from Makefile) are missing from the latest django-view-breadcrumbs 2.5.1 package, rendering it therefore unbuildable

To Reproduce

  1. Download and extract https://files.pythonhosted.org/packages/a7/96/25123c58f6f4a5dc207f285a0c0ddaad106792b603bdd7687e2dedc39ea5/django-view-breadcrumbs-2.5.1.tar.gz
  2. Run make in the extracted source directory
.../django-view-breadcrumbs-2.5.1$ LANG=C make
make: *** No targets specified and no makefile found.  Stop.

What OS are you seeing the problem on?

Ubuntu

Expected behavior?

GNU make works

Relevant log output

No response

Anything else?

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

btbroot avatar Jan 13 '25 19:01 btbroot