Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ and run the following ::

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

diffpy-srxplanar --version
srxplanar --version

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

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

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

diffpy-srxplanar -h
srxplanar -h

Getting Started
---------------
Expand Down
23 changes: 23 additions & 0 deletions news/scriptname.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* No news added: no users yet

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ exclude = [] # exclude packages matching these glob patterns (empty by default)
namespaces = false # to disable scanning PEP 420 namespaces (true by default)

[project.scripts]
diffpy-srxplanar = "diffpy.srxplanar.srxplanar_app:main"
srxplanar = "diffpy.srxplanar.srxplanar_app:main"

[tool.setuptools.dynamic]
dependencies = {file = ["requirements/pip.txt"]}
Expand Down
Loading