File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 41
41
```
42
42
pip install {pkg_name}
43
43
```
44
-
45
- Or, if you are using Anaconda::
46
- ```
47
- conda install -c sas-institute {pkg_name}
48
- ```
49
44
'''
50
45
51
46
Original file line number Diff line number Diff line change @@ -58,11 +58,7 @@ def get_file(fname):
58
58
'Environment :: Console' ,
59
59
'Intended Audience :: Science/Research' ,
60
60
'Programming Language :: Python' ,
61
- 'Programming Language :: Python :: 2' ,
62
61
'Programming Language :: Python :: 3' ,
63
- 'Programming Language :: Python :: 2.7' ,
64
- 'Programming Language :: Python :: 3.5' ,
65
- 'Programming Language :: Python :: 3.6' ,
66
62
'Programming Language :: Python :: 3.7' ,
67
63
'Programming Language :: Python :: 3.8' ,
68
64
'Programming Language :: Python :: 3.9' ,
You can’t perform that action at this time.
0 commit comments