File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 3
3
- " 2.7"
4
4
- " 3.4"
5
5
- " 3.5"
6
+ # PyPy versions
7
+ - " pypy"
8
+ - " pypy3"
6
9
install :
7
10
- " pip install -r requirements.txt"
8
11
- " pip install ."
Original file line number Diff line number Diff line change 23
23
license = 'MIT License, see LICENSE file' ,
24
24
25
25
packages = ['telegraph' ],
26
- install_requires = ['requests' ]
26
+ install_requires = ['requests' ],
27
+
28
+ classifiers = [
29
+ 'License :: OSI Approved :: MIT License' ,
30
+ 'Operating System :: OS Independent' ,
31
+ 'Programming Language :: Python' ,
32
+ 'Programming Language :: Python :: 2.7' ,
33
+ 'Programming Language :: Python :: 3.4' ,
34
+ 'Programming Language :: Python :: 3.5' ,
35
+ 'Programming Language :: Python :: Implementation :: PyPy' ,
36
+ 'Programming Language :: Python :: Implementation :: CPython' ,
37
+ ]
27
38
)
You can’t perform that action at this time.
0 commit comments