File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 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
22recursive-include src *.py
33recursive-include example *.py
44recursive-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
4040
4141Install the archives using pip by running::
4242
43- pip install TestLink-0.4.6.zip
43+ pip install TestLink-API-Python-client- 0.4.6.zip
4444
4545Installing from source
4646----------------------
Original file line number Diff line number Diff line change 1313
1414CLASSIFIERS = [
1515 'Development Status :: 4 - Beta' ,
16- 'License :: OSI Approved :: Apache License V2.0 ' ,
16+ 'License :: OSI Approved :: Apache Software License ' ,
1717 'Operating System :: OS Independent' ,
1818 'Programming Language :: Python' ,
19- 'Topic :: Formats and Protocols :: Protocols :: XML-RPC' ,
2019 'Topic :: Software Development :: Testing' ,
2120 'Topic :: Software Development :: Libraries :: Python Modules'
2221]
You can’t perform that action at this time.
0 commit comments