Skip to content

Commit fbf89f1

Browse files
authored
Merge pull request #44 from sbillinge/scriptname
scriptname
2 parents db9b588 + a466624 commit fbf89f1

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ and run the following ::
9797

9898
This package also provides command-line utilities. To check the software has been installed correctly, type ::
9999

100-
diffpy-srxplanar --version
100+
srxplanar --version
101101

102102
You can also type the following command to verify the installation. ::
103103

@@ -106,7 +106,7 @@ You can also type the following command to verify the installation. ::
106106

107107
To view the basic usage and available commands, type ::
108108

109-
diffpy-srxplanar -h
109+
srxplanar -h
110110

111111
Getting Started
112112
---------------

news/scriptname.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* No news added: no users yet
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ exclude = [] # exclude packages matching these glob patterns (empty by default)
5252
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
5353

5454
[project.scripts]
55-
diffpy-srxplanar = "diffpy.srxplanar.srxplanar_app:main"
55+
srxplanar = "diffpy.srxplanar.srxplanar_app:main"
5656

5757
[tool.setuptools.dynamic]
5858
dependencies = {file = ["requirements/pip.txt"]}

0 commit comments

Comments
 (0)