Skip to content

Commit ebcc223

Browse files
Cleanup clutter
1 parent 32c108b commit ebcc223

File tree

4 files changed

+10
-19
lines changed

4 files changed

+10
-19
lines changed

README.rst

+5-14
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,15 @@ sandboxapi
44
.. image:: https://inquest.net/images/inquest-badge.svg
55
:target: https://inquest.net/
66
:alt: Developed by InQuest
7-
.. image:: https://app.travis-ci.com/InQuest/python-sandboxapi.svg?branch=master
8-
:target: https://app.travis-ci.com/InQuest/python-sandboxapi
9-
:alt: Build Status
10-
.. image:: https://github.com/InQuest/python-sandboxapi/workflows/sandboxapi/badge.svg?branch=master
11-
:target: https://github.com/InQuest/python-sandboxapi/actions
7+
.. image:: https://app.travis-ci.com/InQuest/sandboxapi.svg?branch=master
8+
:target: https://app.travis-ci.com/InQuest/sandboxapi
9+
:alt: Build Status (Travis)
10+
.. image:: https://github.com/InQuest/sandboxapi/workflows/sandboxapi/badge.svg?branch=master
11+
:target: https://github.com/InQuest/sandboxapi/actions
1212
:alt: Build Status (GitHub Workflow)
13-
.. image:: https://github.com/InQuest/python-sandboxapi/workflows/sandboxapi/badge.svg?branch=develop
14-
:target: https://github.com/InQuest/python-sandboxapi/actions
15-
:alt: Build Status - Dev (GitHub Workflow)
1613
.. image:: https://readthedocs.org/projects/sandboxapi/badge/?version=latest
1714
:target: https://inquest.readthedocs.io/projects/sandboxapi/en/latest/?badge=latest
1815
:alt: Documentation Status
19-
.. image:: https://app.codacy.com/project/badge/Grade/1b08631cbade462792032c577ebb77ad
20-
:target: https://www.codacy.com/gh/InQuest/python-sandboxapi/dashboard?utm_source=github.com&utm_medium=referral&utm_content=InQuest/python-sandboxapi&utm_campaign=Badge_Grade
21-
:alt: Code Health
22-
.. image:: https://api.codacy.com/project/badge/Coverage/1b08631cbade462792032c577ebb77ad
23-
:target: https://www.codacy.com/app/rshipp/python-sandboxapi?utm_source=github.com&utm_medium=referral&utm_content=InQuest/python-sandboxapi&utm_campaign=Badge_Coverage
24-
:alt: Test Coverage
2516
.. image:: http://img.shields.io/pypi/v/sandboxapi.svg
2617
:target: https://pypi.python.org/pypi/sandboxapi
2718
:alt: PyPi Version

docs/_templates/links.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ <h3>Other Projects</h3>
3737

3838
<h3>Useful Links</h3>
3939
<ul>
40-
<li><a href="https://github.com/InQuest/python-sandboxapi">GitHub Repository</a></li>
40+
<li><a href="https://github.com/InQuest/sandboxapi">GitHub Repository</a></li>
4141
<li><a href="https://pypi.org/project/sandboxapi">PyPI Package</a></li>
42-
<li><a href="https://github.com/InQuest/python-sandboxapi/issues">Issue Tracker</a></li>
43-
<li><a href="https://github.com/InQuest/python-sandboxapi/releases">Changelog</a></li>
42+
<li><a href="https://github.com/InQuest/sandboxapi/issues">Issue Tracker</a></li>
43+
<li><a href="https://github.com/InQuest/sandboxapi/releases">Changelog</a></li>
4444
</ul>
4545

4646
<h3>Stay Informed</h3>

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
'logo_name': 'true',
9191
'description': 'Minimal, consistent Python API for building integrations with malware sandboxes.',
9292
'github_user': 'InQuest',
93-
'github_repo': 'python-sandboxapi',
93+
'github_repo': 'sandboxapi',
9494
'github_type': 'star',
9595
'show_powered_by': 'false',
9696
'page_width': 'auto',

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
license='GPL',
2222
description='Minimal, consistent API for building integrations with malware sandboxes.',
2323
long_description=README,
24-
url='https://github.com/InQuest/python-sandboxapi',
24+
url='https://github.com/InQuest/sandboxapi',
2525
author='InQuest Labs',
2626
author_email='[email protected]',
2727
classifiers=[

0 commit comments

Comments
 (0)