Skip to content
This repository has been archived by the owner on Feb 11, 2018. It is now read-only.

Commit

Permalink
Version 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Feb 23, 2016
1 parent fd53d3e commit b02ea77
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
from setuptools import setup
from setuptools import setup, find_packages

setup(
name='Django-Pushy',
version='0.1.9',
version='0.1.10',
author='Rakan Alhneiti',
author_email='[email protected]',

# Packages
packages=[
'pushy',
'pushy/tasks',
'pushy/migrations',
'pushy/south_migrations'
],
packages=find_packages(),
include_package_data=True,

# Details
Expand Down

0 comments on commit b02ea77

Please sign in to comment.