Skip to content

Conversation

@ManfangLiang
Copy link

This pull request addresses an issue with the packaging configuration in setup.py. The current setup uses setuptools.find_packages(), which does not include any modules when there is only a single module file (e.g., pcurve.py) without an accompanying package directory. As a result, only the .dist-info folder is generated, and the actual module is missing from the installation. This change ensures that the module file is correctly included in the installation process.

Testing:

  • Installed the package locally using pip install ..
  • Verified that the module can be successfully imported with import pcurve in Python without any errors.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant