Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove entry point in setup.py #280

Closed
amontanez24 opened this issue Nov 3, 2021 · 0 comments · Fixed by #281
Closed

Remove entry point in setup.py #280

amontanez24 opened this issue Nov 3, 2021 · 0 comments · Fixed by #281
Labels
bug There is an error in the code that needs to be fixed
Milestone

Comments

@amontanez24
Copy link
Collaborator

Environment Details

Please indicate the following details about the environment in which you found the bug:

  • Copulas version: All
  • Python version: All
  • Operating System: Windows

Error Description

The setup.py has an entry point listed here:

Copulas/setup.py

Lines 94 to 98 in 5e96841

entry_points={
'console_scripts': [
'copulas=copulas.cli:main',
],
},

This file no longer exists however, and it causes issues when conda-forge attempts to build the package for windows.

@amontanez24 amontanez24 added bug There is an error in the code that needs to be fixed under discussion Issue is currently being discussed labels Nov 3, 2021
@amontanez24 amontanez24 changed the title Incorrect entry point in setup.py Remove entry point in setup.py Nov 5, 2021
@amontanez24 amontanez24 removed the under discussion Issue is currently being discussed label Nov 5, 2021
@amontanez24 amontanez24 modified the milestones: 0.5.2, 0.6.0 Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug There is an error in the code that needs to be fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant