Compare commits
2 Commits
release
...
dsheraz/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f718c72326 | ||
|
|
ef8cca3d23 |
@ -0,0 +1 @@
|
|||||||
|
- [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @dawoudsheraz)
|
||||||
@ -29,11 +29,18 @@ classifiers = [
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"tutor>=19.0.0,<20.0.0",
|
"tutor>=19.0.0,<20.0.0",
|
||||||
]
|
]
|
||||||
optional-dependencies = { dev = ["tutor[dev]>=19.0.0,<20.0.0"] }
|
|
||||||
|
|
||||||
# These fields will be set by hatch_build.py
|
# These fields will be set by hatch_build.py
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
dev = [
|
||||||
|
"tutor[dev]>=19.0.0,<20.0.0",
|
||||||
|
"black",
|
||||||
|
"pylint"
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
# https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels
|
# https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://docs.tutor.edly.io/"
|
Homepage = "https://docs.tutor.edly.io/"
|
||||||
@ -57,7 +64,8 @@ packages = ["tutornotes"]
|
|||||||
[tool.hatch.build.targets.sdist]
|
[tool.hatch.build.targets.sdist]
|
||||||
# Disable strict naming, otherwise twine is not able to detect name/version
|
# Disable strict naming, otherwise twine is not able to detect name/version
|
||||||
strict-naming = false
|
strict-naming = false
|
||||||
include = [ "/tutornotes"]
|
include = [ "/tutornotes", ".hatch_build.py"]
|
||||||
|
exclude = ["tests*"]
|
||||||
|
|
||||||
[project.entry-points."tutor.plugin.v1"]
|
[project.entry-points."tutor.plugin.v1"]
|
||||||
notes = "tutornotes.plugin"
|
notes = "tutornotes.plugin"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user