Author: cito
Date: Fri Jan 22 09:27:21 2016
New Revision: 777
Log:
Change name of links in mktar script
The source distribution is now called *.tar.gz
(since this is common and setup.py creates it like this),
but the links were still *.gz
Also, add README file to setup.cfg for PyPi
Modified:
branches/4.x/mktar
branches/4.x/setup.cfg
trunk/mktar
trunk/setup.cfg
Modified: branches/4.x/mktar
==============================================================================
--- branches/4.x/mktar Thu Jan 21 16:41:13 2016 (r776)
+++ branches/4.x/mktar Fri Jan 22 09:27:21 2016 (r777)
@@ -19,10 +19,10 @@
then
VERSION=$VERSION-pre`date +"%y%m%d"`
PACKAGE=pygresql.pkg-beta
- SYMLINK=PyGreSQL-beta.tgz
+ SYMLINK=PyGreSQL-beta.tar.gz
else
PACKAGE=pygresql.pkg
- SYMLINK=PyGreSQL.tgz
+ SYMLINK=PyGreSQL.tar.gz
fi
# Package up as a source tarball in the distribution directory.
Modified: branches/4.x/setup.cfg
==============================================================================
--- branches/4.x/setup.cfg Thu Jan 21 16:41:13 2016 (r776)
+++ branches/4.x/setup.cfg Fri Jan 22 09:27:21 2016 (r777)
@@ -7,4 +7,7 @@
default_vars = 1
# enable string escaping functions
# (PostgreSQL version 9.0 and higher)
-escaping_funcs = 1
\ No newline at end of file
+escaping_funcs = 1
+
+[metadata]
+description-file = README.rst
Modified: trunk/mktar
==============================================================================
--- trunk/mktar Thu Jan 21 16:41:13 2016 (r776)
+++ trunk/mktar Fri Jan 22 09:27:21 2016 (r777)
@@ -19,10 +19,10 @@
then
VERSION=$VERSION-pre`date +"%y%m%d"`
PACKAGE=pygresql.pkg-beta
- SYMLINK=PyGreSQL-beta.tgz
+ SYMLINK=PyGreSQL-beta.tar.gz
else
PACKAGE=pygresql.pkg
- SYMLINK=PyGreSQL.tgz
+ SYMLINK=PyGreSQL.tar.gz
fi
# Package up as a source tarball in the distribution directory.
Modified: trunk/setup.cfg
==============================================================================
--- trunk/setup.cfg Thu Jan 21 16:41:13 2016 (r776)
+++ trunk/setup.cfg Fri Jan 22 09:27:21 2016 (r777)
@@ -7,4 +7,7 @@
default_vars = 1
# enable string escaping functions
# (PostgreSQL version 9.0 and higher)
-escaping_funcs = 1
\ No newline at end of file
+escaping_funcs = 1
+
+[metadata]
+description-file = README.rst
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql