diff --git a/docs/workflow.rst b/docs/workflow.rst index 22af00c32..bc783cdee 100644 --- a/docs/workflow.rst +++ b/docs/workflow.rst @@ -519,11 +519,11 @@ Using `slurm` ************* Many of the steps described above require considerable computational resources, -especially if your grid is large. If you're running on `XSEDE `_ +especially if your grid is large. If you're running on `ACCESS `_ or another system that uses the slurm queue, you may wish to use `write_sbatch_file.py`. This will create a job file that can be submitted with ``sbatch``. -More information about how this file is constructed can be found in the TACC user guide -`here `_. +More information on the slurm queue system can be found +`here `_. Here is an example call to `write_sbatch_file.py` that shows some of its functionality. diff --git a/licenses/LICENSE.rst b/licenses/LICENSE.rst index 01b8c6d9f..365756024 100644 --- a/licenses/LICENSE.rst +++ b/licenses/LICENSE.rst @@ -1,4 +1,4 @@ -Copyright (c) 2019, Karl Gordon and BEAST Team +Copyright (c) 2019-2023, Karl Gordon and BEAST Team All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/setup.cfg b/setup.cfg index ffccc04b3..d604e601d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = beast author = Karl Gordon and BEAST Team author_email = kgordon@stsci.edu license = BSD 3-Clause -license_file = licenses/LICENSE.rst +license_files = licenses/LICENSE.rst url = http://beast.readthedocs.io/ description = Bayesian Extinction and Stellar Tool long_description = file: README.rst