File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- include MANIFEST.in LICENSE-2.0.txt README.md
1
+ include MANIFEST.in LICENSE-2.0.txt README.rst CHANGES.rst
2
2
recursive-include src *.py
3
3
recursive-include example *.py
4
4
recursive-include example *.png
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ The source code can be retrieved as source distribution either
40
40
41
41
Install the archives using pip by running::
42
42
43
- pip install TestLink-0.4.6.zip
43
+ pip install TestLink-API-Python-client- 0.4.6.zip
44
44
45
45
Installing from source
46
46
----------------------
Original file line number Diff line number Diff line change 13
13
14
14
CLASSIFIERS = [
15
15
'Development Status :: 4 - Beta' ,
16
- 'License :: OSI Approved :: Apache License V2.0 ' ,
16
+ 'License :: OSI Approved :: Apache Software License ' ,
17
17
'Operating System :: OS Independent' ,
18
18
'Programming Language :: Python' ,
19
- 'Topic :: Formats and Protocols :: Protocols :: XML-RPC' ,
20
19
'Topic :: Software Development :: Testing' ,
21
20
'Topic :: Software Development :: Libraries :: Python Modules'
22
21
]
You can’t perform that action at this time.
0 commit comments