Skip to content

Commit 3eb01da

Browse files
author
Luiko Czub
committed
corrections in classifiers MANIFEST.in install.rst #15
1 parent 92344ee commit 3eb01da

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include MANIFEST.in LICENSE-2.0.txt README.md
1+
include MANIFEST.in LICENSE-2.0.txt README.rst CHANGES.rst
22
recursive-include src *.py
33
recursive-include example *.py
44
recursive-include example *.png

doc/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The source code can be retrieved as source distribution either
4040

4141
Install 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
4545
Installing from source
4646
----------------------

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313

1414
CLASSIFIERS = [
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
]

0 commit comments

Comments
 (0)