Skip to content

Commit 893b991

Browse files
author
Janneke van der Zwaan
committed
Rename package to nlesc/python-template
Fixes #2
1 parent 77e47df commit 893b991

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ The sections below outline the steps in each case.
1212

1313
## You have a question
1414

15-
1. use the search functionality [here](https://github.com/nlesc/cookie-python/issues) to see if someone already filed the same issue;
15+
1. use the search functionality [here](https://github.com/nlesc/python-template/issues) to see if someone already filed the same issue;
1616
1. if your issue search did not yield any relevant results, make a new issue;
1717
1. apply the "Question" label; apply other labels when relevant.
1818

1919
## You think you may have found a bug
2020

21-
1. use the search functionality [here](https://github.com/nlesc/cookie-python/issues) to see if someone already filed the same issue;
21+
1. use the search functionality [here](https://github.com/nlesc/python-template/issues) to see if someone already filed the same issue;
2222
1. if your issue search did not yield any relevant results, make a new issue, making sure to provide enough information to the rest of the community to understand the cause and context of the problem. Depending on the issue, you may want to include:
2323
- the [SHA hashcode](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) of the commit that is causing your problem;
2424
- some identifying information (name and version number) for dependencies you're using;

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
NLeSC Cookiecutter template for Python
2-
======================================
1+
Netherlands eScience Center Python Template
2+
===========================================
33

44
Spend less time setting up and configuring your new Python projects and comply with the
55
[Netherlands eScience Center Software Development Guide](https://guide.esciencecenter.nl/)
@@ -40,7 +40,7 @@ conda install -c conda-forge cookiecutter
4040

4141
To generate the files and directory structure for a new Python project, type:
4242
```bash
43-
cookiecutter https://github.com/nlesc/cookie-python.git
43+
cookiecutter https://github.com/nlesc/python-template.git
4444
```
4545

4646
You will be asked to supply the following information about your project:

0 commit comments

Comments
 (0)