Skip to content

Commit

Permalink
Add zest.releaser configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Nov 7, 2015
1 parent ed30cab commit f07e0ab
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
include *.py
include *.txt
include *.ini
include .coveragerc
include LICENSE
include pylintrc
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pytest>=2.7.3
zest.releaser[recommended]
pylint
tox
-e .
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[zest.releaser]
python-file-with-version = rebulk/__version__.py

[aliases]
test=pytest
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
install_requires=install_requires,
tests_require=tests_require,
test_suite='rebulk.test',
zip_safe=True
)

setup(**args)

0 comments on commit f07e0ab

Please sign in to comment.