File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,6 @@ include LICENSE
22include README.rst
33include requirements.txt
44recursive-include rest_framework_sso/migrations *
5+ recursive-exclude tests *
56recursive-exclude * __pycache__
67recursive-exclude * *.py[co]
Original file line number Diff line number Diff line change 22from __future__ import absolute_import , unicode_literals
33
44__title__ = 'djangorestframework-sso'
5- __version__ = '0.0.8 '
5+ __version__ = '0.0.9 '
66__author__ = 'Lenno Nagel'
77__license__ = 'MIT'
88__copyright__ = 'Copyright 2016 Namespace OÜ'
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ def get_install_requires():
2626
2727setup (
2828 name = 'djangorestframework-sso' ,
29- version = '0.0.8 ' ,
30- packages = find_packages (),
29+ version = '0.0.9 ' ,
30+ packages = find_packages (exclude = [ 'tests' ] ),
3131 include_package_data = True ,
3232 license = 'MIT License' ,
3333 description = 'Single sign-on extension to the Django REST Framework.' ,
You can’t perform that action at this time.
0 commit comments