Skip to content

Commit b987a17

Browse files
authored
Revert name change (#11)
1 parent 1e17f26 commit b987a17

31 files changed

+292
-175
lines changed

.binder/postBuild

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ pip install --no-deps .
66
if [ -d "notebooks" ]; then
77
mv notebooks/* .
88
fi
9-
if [ -d "${HOME}/snippets" ]; then
9+
if [ -d "${HOME}/pyiron_snippets" ]; then
1010
rm -r ${HOME}/.binder \
1111
${HOME}/.ci_support \
1212
${HOME}/.github \
1313
${HOME}/build \
1414
${HOME}/docs \
1515
${HOME}/notebooks \
16-
${HOME}/snippets \
17-
${HOME}/snippets.egg-info \
16+
${HOME}/pyiron_snippets \
17+
${HOME}/pyiron_snippets.egg-info \
1818
${HOME}/tests \
1919
${HOME}/.gitattributes \
2020
${HOME}/.gitignore \

.coveragerc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# .coveragerc to control coverage.py
22
[run]
3-
source = snippets
4-
omit = snippets/_version.py
3+
source = pyiron_snippets
4+
omit = pyiron_snippets/_version.py
55
concurrency = multiprocessing

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
snippets/_version.py export-subst
1+
pyiron_snippets/_version.py export-subst

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug report
3-
about: Create a bug report to help us eliminate issues and improve snippets
3+
about: Create a bug report to help us eliminate issues and improve pyiron_snippets
44
title: ''
55
labels: bug
66
assignees: ''

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Feature request
3-
about: Make a suggestion for a new feature or a change to snippets
3+
about: Make a suggestion for a new feature or a change to pyiron_snippets
44
title: ''
55
labels: enhancement
66
assignees: ''
@@ -13,7 +13,7 @@ assignees: ''
1313

1414
**Detailed Description**
1515

16-
<!--Please explain how you would like to see snippets enhanced, what feature(s) you are looking for, what specific problems this will solve.-->
16+
<!--Please explain how you would like to see pyiron_snippets enhanced, what feature(s) you are looking for, what specific problems this will solve.-->
1717

1818
**Further Information, Files, and Links**
1919

0 commit comments

Comments
 (0)