Skip to content

Commit 22efa6a

Browse files
authored
Merge pull request #195 from bkemper24/main
information cleanup
2 parents 0270dd5 + 97a83cd commit 22efa6a

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

cicd/stage-release-candidate.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
```
4242
pip install {pkg_name}
4343
```
44-
45-
Or, if you are using Anaconda::
46-
```
47-
conda install -c sas-institute {pkg_name}
48-
```
4944
'''
5045

5146

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,7 @@ def get_file(fname):
5858
'Environment :: Console',
5959
'Intended Audience :: Science/Research',
6060
'Programming Language :: Python',
61-
'Programming Language :: Python :: 2',
6261
'Programming Language :: Python :: 3',
63-
'Programming Language :: Python :: 2.7',
64-
'Programming Language :: Python :: 3.5',
65-
'Programming Language :: Python :: 3.6',
6662
'Programming Language :: Python :: 3.7',
6763
'Programming Language :: Python :: 3.8',
6864
'Programming Language :: Python :: 3.9',

0 commit comments

Comments
 (0)