Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

Commit

Permalink
FIX setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Sep 7, 2018
1 parent b0c9d0a commit d9fde54
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='djburger',
version='0.11.0',
version='0.11.1',

author='orsinium',
author_email='master_fess@mail.ru',
Expand All @@ -15,7 +15,11 @@
long_description=open('README.rst').read(),
keywords='djburger framework django contracts pre post validation',

packages=['djburger', 'djburger.validators'],
packages=[
'djburger',
'djburger.validators',
'djburger.datastructures',
],
install_requires=['six'],

url='https://github.com/orsinium/djburger',
Expand Down

0 comments on commit d9fde54

Please sign in to comment.