osl-incubator / scicookie

Cookiecutter template for a Python package.
https://osl-incubator.github.io/scicookie
Other
11 stars 18 forks source link

fix: Fix slug name #244

Closed abhijeetSaroha closed 3 months ago

abhijeetSaroha commented 3 months ago

It will remove the non_alphanumeric character from package_slug and will works fine.

Solves #197