Closed nrbgt closed 2 years ago
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Proposed change
While this package doesn't require being entirely cross-platform, use of
scripts
is more portable and better managed on different downstreams.Alternative options
Keep using scripts.
Who would use this feature?
Downstream packagers, such as
conda-forge
can reason(Optional): Suggest a solution
Likely, need to
scripts="scripts=glob(pjoin("scripts", "*"))
withentry_points=dict(console_scripts=["batchspawner-singleuser=batchspawner.singleuser:main"])
scripts/
(and any references in other files, etc)