Skip to content

Commit

Permalink
Updated packaging settings
Browse files Browse the repository at this point in the history
  • Loading branch information
linevych committed Dec 1, 2016
1 parent 75f0f87 commit cda776c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include README.rst
recursive-include search_admin_autocomplete/static/*
recursive-include search_admin_autocomplete/static/*
recursive-include search_admin_autocomplete/templates/*
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@

setup(
name='django-search-admin-autcomplete',
version='0.1',
version='0.1.1',
packages=[
'search_admin_autocomplete',
],
include_package_data=True,
url='https://github.com/linevich/django-search-admin-autocomplete',
license='MIT',
long_description=README,
Expand Down

0 comments on commit cda776c

Please sign in to comment.