Skip to content

Commit 161debe

Browse files
committed
chore: change back to diffpy-srxplanar
1 parent b28122e commit 161debe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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+
diffpy-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+
diffpy-srxplanar -h
110110

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

pyproject.toml

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

5151
[project.scripts]
52-
diffpy.srxplanar = "diffpy.srxplanar.srxplanar_app:main"
52+
diffpy-srxplanar = "diffpy.srxplanar.srxplanar_app:main"
5353

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

0 commit comments

Comments
 (0)