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

Issue/3100 create v2 modules #13

Closed
wants to merge 3 commits into from
Closed

Conversation

sanderr
Copy link
Contributor

@sanderr sanderr commented Nov 18, 2021

@arnaudsjs the bulk of this is from the changes you made but I've made some minor changes/additions to reflect the latest state of modules v2.

I won't merge this into master. Instead I'll move it to a branch named v2 so it can be used with cookiecutter --checkout v2 <url>.

part of inmanta/inmanta-core#3100

@@ -5,5 +5,5 @@
"author_email": "code@inmanta.com",
"license": "ASL 2.0",
"copyright": "{% now 'local', '%Y' %} Inmanta",
"minimal_compiler_version": "2019.3"
"_extensions": ["cookiecutter.extensions.SlugifyExtension"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See https://cookiecutter.readthedocs.io/en/latest/advanced/template_extensions.html#slugify-extension. Used to convert _ to - where appropriate (Python package name mostly). We could also define a custom extension if anyone prefers.

@sanderr sanderr closed this Nov 19, 2021
@sanderr sanderr deleted the issue/3100-create-v2-modules branch November 19, 2021 09:10
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.

None yet

3 participants