Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/0.0.1c3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Van Wilder committed Jan 21, 2013
2 parents 693651c + 2e0c22b commit 55f9de1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
django-mediamosa-tinymce Changelog
==================================

django-mediamosa-tinymce 0.0.1c2
django-mediamosa-tinymce 0.0.1c3
--------------------------------
Initial version of django-mediamosa-tinymce. Contains support for:
- Inserting assets in your tinymce editor
Expand Down
2 changes: 1 addition & 1 deletion mediamosa_tinymce/__init__.py
Expand Up @@ -5,7 +5,7 @@
import subprocess


VERSION = (0, 0, 1, 'rc', 2)
VERSION = (0, 0, 1, 'rc', 3)


def get_version(version=None):
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

6 changes: 4 additions & 2 deletions setup.py
@@ -1,4 +1,4 @@
from setuptools import setup
from setuptools import setup, find_packages

with open('README.rst', 'r') as file:
long_desc = file.read()
Expand All @@ -10,7 +10,9 @@
version=version,
author='UGent Portaal Team',
author_email='portaal-tech@ugent.be',
packages=['mediamosa_tinymce'],
packages=find_packages(),
include_package_data=True,
zip_safe=False,
scripts=[],
url='https://github.com/UGentPortaal/django-mediamosa-tinymce',
license='BSD',
Expand Down

0 comments on commit 55f9de1

Please sign in to comment.