Skip to content

Commit

Permalink
minor fix to setuptools setup.py file that i broke
Browse files Browse the repository at this point in the history
  • Loading branch information
zeraien committed Apr 29, 2020
1 parent 88e7026 commit 6fd3d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_url_framework/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 5, 1)
VERSION = (0, 5, 2)
default_app_config = 'django_url_framework.apps.URLFrameworkAppConfig'


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author='Dimo Fedortchenko',
author_email='d@angelhill.net',
url='https://github.com/zeraien/django-url-framework/',
packages=find_packages(),
packages=[p for p in find_packages() if p!="tests"],
classifiers = ['Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Framework :: Django',
Expand Down

0 comments on commit 6fd3d93

Please sign in to comment.