Skip to content

Commit

Permalink
removed unsed badges icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Salem Harrache authored and SalemHarrache committed Nov 9, 2016
1 parent 044d56a commit 98307d2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
6 changes: 0 additions & 6 deletions {{cookiecutter.repo_name}}/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,8 @@
:target: https://readthedocs.org/projects/{{ cookiecutter.github_repo_name }}/?badge=latest
:alt: Documentation Status

.. image:: https://landscape.io/github/{{ cookiecutter.github_username }}/{{ cookiecutter.github_repo_name }}/master/landscape.svg?style=flat
:target: https://landscape.io/github/{{ cookiecutter.github_username }}/{{ cookiecutter.github_repo_name }}/master
:alt: Code Health
{%- endif %}

.. image:: https://pyup.io/repos/github/{{ cookiecutter.github_username }}/{{ cookiecutter.github_repo_name }}/shield.svg
:target: https://pyup.io/repos/github/{{ cookiecutter.github_username }}/{{ cookiecutter.github_repo_name }}/
:alt: Updates

{{ cookiecutter.project_short_description}}

Expand Down
1 change: 0 additions & 1 deletion {{cookiecutter.repo_name}}/docs/history.rst

This file was deleted.

3 changes: 1 addition & 2 deletions {{cookiecutter.repo_name}}/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ def read(fname):
packages=[
'{{ cookiecutter.package_name }}',
],
package_dir={'{{ cookiecutter.package_name }}':
'{{ cookiecutter.package_name }}'},
package_dir={'{{ cookiecutter.package_name }}': '{{ cookiecutter.package_name }}'},
install_requires=requirements,
include_package_data=True,
{%- if cookiecutter.open_source_license in license_classifiers %}
Expand Down

0 comments on commit 98307d2

Please sign in to comment.