Skip to content

Commit

Permalink
version number fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rpuntaie committed Sep 7, 2019
1 parent 833d744 commit 8e944c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion man/stpl.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.7.3
.\"
.TH "stpl" "1" "" "Version 1.1.6" "stpl"
.TH "stpl" "1" "" "Version 1.13.2" "stpl"
.hy
.SH NAME
.PP
Expand Down
6 changes: 3 additions & 3 deletions readme.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=============================
stpl(1) Version 1.1.6 \| stpl
=============================
==============================
stpl(1) Version 1.13.2 \| stpl
==============================

.. To test man page:
..
Expand Down
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ def find_dirs(dir_name):
for dir in info_pages:
data_files.append(('share/info', info_pages[dir]))


__version__ = '1.13.1'
#also in readme.rst
__version__ = '1.13.2'
#bottle_major+1.bottle_miner.local_fix

def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname),encoding='utf-8').read()
Expand Down Expand Up @@ -64,6 +65,9 @@ def read(fname):
install_requires = [],
extras_require = {'develop': ['mock','pytest','pytest-coverage']},
long_description = read('readme.rst'),
##to check with ``restview --pypi-strict long_description.rst``
#with open('long_description.rst','w',encoding='utf-8') as f:
# f.write(long_description)
packages=['stpl'],
include_package_data=True,
exclude_package_data={'': ['*.pyc']},
Expand Down

0 comments on commit 8e944c5

Please sign in to comment.