Skip to content

Commit ff73345

Browse files
committed
asdasd
1 parent 58ff4f4 commit ff73345

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
{name = "Charles Teague"},
1313
{name = "Carlos Scheidegger"},
1414
]
15-
dynamic = ["version"]
15+
dynamic = ["version", "entry-points"]
1616
readme = "README.md"
1717
license = {file = "LICENSE"}
1818
classifiers = [
@@ -42,5 +42,3 @@ dependencies = [
4242
Homepage="https://www.quarto.org"
4343
Source="https://www.github.com/quarto-dev/quarto-cli"
4444

45-
[project.scripts]
46-
quarto = "quarto_cli.quarto:run"

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ def no_compile(self, file_path):
100100

101101
setup(
102102
version=version,
103+
entry_points={
104+
'console_scripts': [
105+
'quarto = quarto_cli.quarto:run',
106+
],
107+
},
103108
package_data={
104109
'': ['version.txt'],
105110
'quarto_cli': quarto_data

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.516
1+
1.4.515

0 commit comments

Comments
 (0)