79775452

Date: 2025-09-26 03:11:05
Score: 1
Natty:
Report link

It solves my problem this time. I added pyproject.toml file along with setup.py

Content of pyproject.toml

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

It generated .whl file only for that specific package.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: awesome_sangram