From 97a83cd2ad3363ad65389d06fe5603c6077c07be Mon Sep 17 00:00:00 2001 From: Barbara Kemper Date: Wed, 13 Aug 2025 07:14:00 -0400 Subject: [PATCH] information cleanup Signed-off-by: Barbara Kemper --- cicd/stage-release-candidate.py | 5 ----- setup.py | 4 ---- 2 files changed, 9 deletions(-) diff --git a/cicd/stage-release-candidate.py b/cicd/stage-release-candidate.py index 95a1449e..dd4ed6dc 100755 --- a/cicd/stage-release-candidate.py +++ b/cicd/stage-release-candidate.py @@ -41,11 +41,6 @@ ``` pip install {pkg_name} ``` - -Or, if you are using Anaconda:: -``` -conda install -c sas-institute {pkg_name} -``` ''' diff --git a/setup.py b/setup.py index 59267a39..e5a9527d 100755 --- a/setup.py +++ b/setup.py @@ -58,11 +58,7 @@ def get_file(fname): 'Environment :: Console', 'Intended Audience :: Science/Research', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 2.7', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9',