Skip to content

Commit

Permalink
Better badges.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter committed Mar 6, 2019
1 parent 70275d5 commit bfdf357
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@

.. image:: https://raw.githubusercontent.com/BBVA/brainslug/master/assets/images/brainslug.png
:align: center

.. image:: https://img.shields.io/circleci/project/github/BBVA/brainslug/master.svg
:target: https://circleci.com/gh/BBVA/brainslug/tree/master

.. image:: https://readthedocs.org/projects/brainslug/badge/?version=latest
:target: https://brainslug.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://img.shields.io/github/license/BBVA/brainslug.svg
:alt: License Apache

.. image:: https://circleci.com/gh/BBVA/brainslug/tree/master.svg?style=svg
:target: https://circleci.com/gh/BBVA/brainslug/tree/master

BrainSlug is a framework for *parasitic computing*. Allowing you to
write programs which code and logic live in a computer but actions or
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

setup(name='brainslug',
version=VERSION,
description="Best Trojan Ever",
description="Parasitic Computing Framework",
classifiers=[
],
keywords='remote administration tool',
keywords='parasitic computing framework',
packages=find_packages(exclude=["tests", "docs", "poc"]),
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit bfdf357

Please sign in to comment.