Skip to content

Commit 1ce062d

Browse files
Merge branch 'main' into internationalize-bundle
2 parents 58ef532 + 1f6b8bd commit 1ce062d

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
build/
12
tests/chromedriver
23
*DS_Store*
34
node_modules*

pyproject.toml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
[build-system]
2+
requires = [
3+
"setuptools==80.9.0",
4+
]
5+
build-backend = "setuptools.build_meta"
6+
7+
[project]
8+
name = "docassemble.AssemblyLine"
9+
version = "4.2.0"
10+
description = "Quickly go from a paper court form to a runnable, guided, step-by-step web application powered by Docassemble. Swap out branding and pre-built questions to meet your needs."
11+
readme = "README.md"
12+
authors = [
13+
{ name="Suffolk Legal Innovation and Technology Lab", email="[email protected]" },
14+
]
15+
dependencies = [
16+
"docassemble.ALToolbox>=0.12.0",
17+
"docassemble.GitHubFeedbackForm>=0.4.1.1",
18+
]
19+
license="MIT"
20+
license-files = [
21+
"LICENSE"
22+
]
23+
24+
[project.urls]
25+
Homepage = "https://courtformsonline.org"
26+
27+
[tool.setuptools.packages.find]
28+
where = [
29+
".",
30+
]
31+
132
[tool.black]
233
extend-exclude = '(__init__.py|setup.py)'
334

0 commit comments

Comments
 (0)