Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
include README.md
include LICENSE
include requirements.txt
include test-requirements.txt
include pytest.ini
include tox.ini

recursive-include tests *.py

recursive-exclude company *.pyc
recursive-exclude company *.pyo
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Copyright 2014 Pedro Emanuel de Castro Faria Salgado
Copyright 2014-2016 Pedro Emanuel de Castro Faria Salgado
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tox]
envlist = {py26,py27}
deps = -rrequirements.txt
skipsdist = True


[testenv]
Expand Down