Logo
Explore Help
Sign In
ada/langkit
0
0
Fork 0
You've already forked langkit
mirror of https://github.com/AdaCore/langkit.git synced 2026-02-12 12:28:12 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
master
langkit/scripts/create-project.py

7 lines
81 B
Python
Raw Permalink Normal View History

Langkit: add a language engine bootstrapping script Followup on O811-005 Change-Id: I5bf004423505c36ed4a876a216ff871f31e36250
2015-08-12 10:02:52 +02:00
#! /usr/bin/env python
Transition "create-project.py" to setuptools' entry_point/console_script Stop using setuptools' "scripts" feature, now obsolete and bound to create issues in the future, and use the newer entry_point/console_script mechanism instead to create the same command-line tool. Preserve the "scripts/create-script.py" executable source for development environment convenience.
2023-12-04 21:39:19 +00:00
from langkit.scripts.create_project import main
Langkit: add a language engine bootstrapping script Followup on O811-005 Change-Id: I5bf004423505c36ed4a876a216ff871f31e36250
2015-08-12 10:02:52 +02:00
Transition "create-project.py" to setuptools' entry_point/console_script Stop using setuptools' "scripts" feature, now obsolete and bound to create issues in the future, and use the newer entry_point/console_script mechanism instead to create the same command-line tool. Preserve the "scripts/create-script.py" executable source for development environment convenience.
2023-12-04 21:39:19 +00:00
main()
Reference in New Issue Copy Permalink
Powered by Gitea Page: 673ms Template: 15ms
English
English
Licenses API