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