Skip to content

Commit

Permalink
Do the release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed May 11, 2020
1 parent 973917b commit 718b5d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
zip_ok = false

[egg_info]
tag_build = dev
tag_date = True
#tag_build = dev
#tag_date = True

[nosetests]
match = ^test
Expand Down
13 changes: 3 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# -*- coding: utf-8 -*-

import os

from setuptools import setup, find_packages

here = os.path.abspath(os.path.dirname(__file__))
README = (
open(os.path.join(here, 'README.rst')).read()
)

install_requires = [
'Sphinx',
'pygments',
Expand All @@ -20,11 +13,11 @@

setup(
name='sphinx-prompt',
version='1.1.0',
version='1.2.0',
description="""
Sphinx directive to add unselectable prompt
""",
long_description=README,
long_description="`Sphinx directive to add unselectable prompt <https://github.com/sbrunner/sphinx-prompt>`_",
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
Expand All @@ -34,7 +27,7 @@
],
author='Stéphane Brunner',
author_email='stephane.brunner@camptocamp.com',
url='http://github.com/sbrunner/sphinx-prompt',
url='https://github.com/sbrunner/sphinx-prompt',
license='BSD',
keywords='gis tilecloud chain',
packages=find_packages(exclude=["*.tests", "*.tests.*"]),
Expand Down

0 comments on commit 718b5d3

Please sign in to comment.