Skip to content

Commit

Permalink
Remove some useless files
Browse files Browse the repository at this point in the history
  • Loading branch information
int32bit committed Nov 2, 2017
1 parent 7a6048d commit 2cc8c46
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 101 deletions.
1 change: 0 additions & 1 deletion AUTHORS

This file was deleted.

Empty file removed CONTRIBUTING.rst
Empty file.
17 changes: 0 additions & 17 deletions ChangeLog

This file was deleted.

Empty file removed HACKING.rst
Empty file.
2 changes: 0 additions & 2 deletions doc/.gitignore

This file was deleted.

Empty file removed doc/Makefile
Empty file.
Empty file removed releasenotes/notes/.placeholder
Empty file.
Empty file.
Empty file.
14 changes: 0 additions & 14 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,6 @@ packages =
console_scripts =
harbor = harborclient.shell:main

[compile_catalog]
domain = harborclient
directory = harborclient/locale

[update_catalog]
domain = harborclient
output_dir = harborclient/locale
input_file = harborclient/locale/harborclient.pot

[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = harborclient/locale/harborclient.pot

[wheel]
universal = 1

Expand Down
Empty file removed tools/harbor.bash_completion
Empty file.
Empty file removed tools/harbor.zsh_completion
Empty file.
55 changes: 0 additions & 55 deletions tools/install_venv.py

This file was deleted.

4 changes: 0 additions & 4 deletions tools/with_venv.sh

This file was deleted.

9 changes: 1 addition & 8 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# noted to use py34 you need virtualenv >= 1.11.4
[tox]
envlist = py34,py27,pypy,pep8,docs
envlist = pep8
minversion = 1.6
skipsdist = True

Expand All @@ -22,9 +21,3 @@ commands =

[testenv:pep8]
commands = flake8 {posargs}

[testenv:bandit]
commands = bandit -r harborclient -n5 -x tests

[testenv:venv]
commands = {posargs}

0 comments on commit 2cc8c46

Please sign in to comment.