diff --git a/README.rst b/README.rst index 4a088c7..bf57a68 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,3 @@ -.. image:: https://travis-ci.com/enthought/okonomiyaki.svg?branch=master - :target: https://travis-ci.com/enthought/okonomiyaki - Okonomiyaki is an experimental library aimed at consolidating a lot of our low-level code used for Enthought's eggs. diff --git a/VERSION b/VERSION index 359a5b9..b7e706c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.1.0.dev \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 2558e89..a50aaef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ author = Enthought Inc. author_email = info@enthough.com description = Self-contained library to deal with metadata in Enthought-specific egg and runtime archives long_description = file: README.rst, CHANGELOG -long_description_content_type = rst +long_description_content_type = text/x-rst license = BSD-3-Clause license_files = file: LICENSE.txt classifier =