File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
- [project ]
1
+ [build-system ]
2
+ requires = [" poetry-core" ]
3
+ build-backend = " poetry.core.masonry.api"
4
+
5
+ [tool .poetry ]
2
6
name = " django-typer"
3
7
version = " 2.2.2"
4
8
description = " Use Typer to define the CLI for your Django management commands."
@@ -41,13 +45,13 @@ classifiers = [
41
45
]
42
46
43
47
44
- [project .urls ]
45
- Homepage = " https://django-typer.readthedocs.io"
46
- Documentation = " https://django-typer.readthedocs.io"
47
- Repository = " https://github.com/bckohan/django-typer"
48
- Issues = " https://github.com/bckohan/django-typer/issues"
49
- Changelog = " https://django-typer.readthedocs.io/en/latest/changelog.html"
50
- Code_of_Conduct = " https://github.com/django-commons/membership/blob/main/CODE_OF_CONDUCT.md"
48
+ [tool . poetry .urls ]
49
+ " Homepage" = " https://django-typer.readthedocs.io"
50
+ " Documentation" = " https://django-typer.readthedocs.io"
51
+ " Repository" = " https://github.com/bckohan/django-typer"
52
+ " Issues" = " https://github.com/bckohan/django-typer/issues"
53
+ " Changelog" = " https://django-typer.readthedocs.io/en/latest/changelog.html"
54
+ " Code_of_Conduct" = " https://github.com/django-commons/membership/blob/main/CODE_OF_CONDUCT.md"
51
55
52
56
53
57
[tool .poetry .dependencies ]
You can’t perform that action at this time.
0 commit comments