diff --git a/README.rst b/README.rst index ab250a9..9bf0bae 100644 --- a/README.rst +++ b/README.rst @@ -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. :: @@ -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 --------------- diff --git a/news/scriptname.rst b/news/scriptname.rst new file mode 100644 index 0000000..481d7ae --- /dev/null +++ b/news/scriptname.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news added: no users yet + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* diff --git a/pyproject.toml b/pyproject.toml index 759efc0..6524dd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]}