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

Commit

Permalink
0.3.3 and 2013!
Browse files Browse the repository at this point in the history
  • Loading branch information
socketubs committed Feb 11, 2013
1 parent 7176442 commit 07a73be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions LICENSE
@@ -1,5 +1,5 @@
Sushi
Copyright (C) 2012 Geoffrey Lehée [http://geoffrey.lehee.name/]
Copyright (C) 2013 Geoffrey Lehée [http://geoffrey.lehee.name/]

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
Expand All @@ -12,4 +12,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses/>.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -27,12 +27,12 @@ def get_version():
setup(
name='sushi',
version=get_version(),
description='Python package bundler',
description='Create package template for everything',
long_description=open('README.rst').read() + '\n\n' + open('HISTORY.rst').read(),
license=open("LICENSE").read(),
author="Geoffrey Lehee",
author_email="geoffrey@lehee.name",
url='https://github.com/socketubs/Sushi/',
url='https://github.com/socketubs/sushi/',
keywords="sushi package python linux",
packages = ['sushi'],
scripts=['scripts/sushi'],
Expand Down
4 changes: 2 additions & 2 deletions sushi/__init__.py
Expand Up @@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-

__title__ = 'sushi'
__version__ = '0.3.2'
__version__ = '0.3.3'
__author__ = 'Geoffrey Lehée'
__license__ = 'AGPL3'
__copyright__ = 'Copyright 2012 Geoffrey Lehée'
__copyright__ = 'Copyright 2013 Geoffrey Lehée'

import core

0 comments on commit 07a73be

Please sign in to comment.