##// END OF EJS Templates
python3: fixed support version string, makefile update
super-admin -
r1047:d10fadc4 python3
parent child Browse files
Show More
@@ -29,6 +29,7 b' test-only:'
29 29 test-clean:
30 30 rm -rf coverage.xml htmlcov junit.xml pylint.log result
31 31 find . -type d -name "__pycache__" -prune -exec rm -rf '{}' ';'
32 find . -type d -name ".pytest_cache" -prune -exec rm -rf '{}' ';'
32 33 find . -type f \( -iname '.coverage.*' \) -exec rm '{}' ';'
33 34
34 35 .PHONY: pip-packages
@@ -155,7 +155,7 b' setup('
155 155 'Operating System :: OS Independent',
156 156 'Topic :: Software Development :: Version Control',
157 157 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
158 'Programming Language :: Python :: 2.7',
158 'Programming Language :: Python :: 3.10',
159 159 ],
160 160 entry_points={
161 161 'paste.app_factory': ['main=vcsserver.http_main:main']
General Comments 0
You need to be logged in to leave comments. Login now