@@ -20,26 +20,30 @@ state and is being actively
2020developed.] ( https://www.repostatus.org/badges/latest/active.svg )] ( https://www.repostatus.org/#active )
2121
2222This repository contains a
23- [ copier ] ( https://copier.readthedocs.io/en/stable/ ) template for setting
24- up a new repository for a Python package. Along with a structured
25- directory layout, this template includes configurations for tools that
26- improve developer experience, continuous integration and delivery
27- workflows, and supporting files for building robust Python packages.
23+ [ Copier ] ( https://copier.readthedocs.io/en/stable/ ) template for setting
24+ up a new repository for a Python package. We made this template because
25+ we manage and develop several Python packages in Seedcase, and this
26+ template is designed to make it easier to create, develop, and maintain
27+ those Python packages.
2828
2929Check out our
3030[ website] ( https://template-python-package.seedcase-project.org ) for more
3131information, such as the features it provides and a
3232[ guide] ( https://template-python-package.seedcase-project.org/docs/guide )
3333to using the template. For a list of changes, see our
34- [ changelog] ( https://template-python-package.seedcase-project.org/changelog.html )
35- page.
34+ [ changelog] ( CHANGELOG.md ) page.
35+
36+ > [ !TIP]
37+ >
38+ > This template repository was generated from the
39+ > [ t-squared] ( https://github.com/seedcase-project/t-squared ) Seedcase
40+ > template :tada :
3641
3742## Contributing
3843
39- Check out our [ contributing
40- page] ( https://template-python-package.seedcase-project.org/contributing )
41- for information on how to contribute to the project, including how to
42- set up your development environment.
44+ Check out our [ contributing page] ( CONTRIBUTING.md ) for information on
45+ how to contribute to the project, including how to set up your
46+ development environment.
4347
4448Please note that this project is released with a [ Contributor Code of
4549Conduct] ( CODE_OF_CONDUCT.md ) . By participating in this project you agree
@@ -50,21 +54,18 @@ to abide by its terms.
5054The following people have contributed to this project by submitting pull
5155requests :tada :
5256
57+ [ @joelostblom ] ( https://github.com/joelostblom ) ,
5358[ @lwjohnst86 ] ( https://github.com/lwjohnst86 ) ,
5459[ @martonvago ] ( https://github.com/martonvago ) ,
55- [ @signekb ] ( https://github.com/signekb ) ,
56- [ @joelostblom ] ( https://github.com/joelostblom )
60+ [ @signekb ] ( https://github.com/signekb )
5761
5862## Licensing
5963
6064This project is licensed under the [ MIT License] ( LICENSE.md ) .
6165
6266## Citing
6367
64- This project is part of the Seedcase Project, which is a collaborative
65- effort to create a framework for data management and analysis in
66- research. If you use this project in your work, please cite it as
67- follows:
68+ If you use this project in your work, please cite it as follows:
6869
6970Johnston L.W., Brødbæk S.K., Beicher K., Vago M. (2025). Template Python
7071Package: An opinionated setup for making Python packages DOI:
0 commit comments