Skip to content

Commit

Permalink
Initial cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo13 committed Mar 13, 2013
1 parent 5dc1176 commit 1bebe4a
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 57 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Expand Up @@ -17,11 +17,3 @@ script:

notifications:
email: false

matrix:
exclude:
- python: "3.2"
env: DJANGO=django==1.4.5 --use-mirrors
- python: "3.2"
env: DJANGO=django==1.3.7 --use-mirrors

1 change: 1 addition & 0 deletions AUTHORS.txt → AUTHORS
Expand Up @@ -12,3 +12,4 @@ Frank Wiles
Jonathan Buchanan
idle sign <idlesign@yandex.ru>
Charles Leifer
Florian Apolloner <apollo13@apolloner.eu>
7 changes: 7 additions & 0 deletions CHANGES.rst
@@ -0,0 +1,7 @@
Version 0.10 (unreleased)
-------------------------

Version 0.9.3
-------------

* Sorry, no changelog :(
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md → README.rst
Expand Up @@ -28,7 +28,7 @@ Then you can use the API like so::

Tags will show up for you automatically in forms and the admin.

``django-taggit`` requires Django 1.1 or greater.
``django-taggit`` requires Django 1.3 or greater.

For more info checkout out the documentation. And for questions about usage or
development you can contact the
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[wheel]
universal=1 # use py2.py3 tag for pure-python dist
5 changes: 2 additions & 3 deletions setup.py
@@ -1,10 +1,9 @@
import os
from setuptools import setup, find_packages

from taggit import VERSION


f = open(os.path.join(os.path.dirname(__file__), 'README.md'))
f = open('README.rst')
readme = f.read()
f.close()

Expand All @@ -24,7 +23,7 @@
],
},
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
Expand Down
2 changes: 1 addition & 1 deletion taggit/__init__.py
@@ -1 +1 @@
VERSION = (0, 9, 3)
VERSION = (0, 10, 0, 'alpha', 0)
44 changes: 0 additions & 44 deletions tox.ini

This file was deleted.

0 comments on commit 1bebe4a

Please sign in to comment.