This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via c230e9e8959da4447a578b6cfdb427eb17d43b5f (commit)
from 1ded887f420a85eb243f6e9db76e3c70f8934e8d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/c230e9e8959da4447a578b6cfdb427eb17d43b5f
commit c230e9e8959da4447a578b6cfdb427eb17d43b5f
Author: Oleg Broytman <ph...@ph...>
Date: Tue Oct 24 23:56:19 2017 +0300
Docs: Remove generated HTML from eggs/wheels
Generated docs are still included in source distribution.
diff --git a/docs/News.rst b/docs/News.rst
index 978572b..b925c44 100644
--- a/docs/News.rst
+++ b/docs/News.rst
@@ -19,6 +19,12 @@ Drivers
* Fix autoreconnect with pymysql driver. Contributed by Shailesh Mungikar.
+Documentation
+-------------
+
+* Remove generated HTML from eggs/wheels (docs are installed into wrong
+ place). Generated docs are still included in source distribution.
+
Tests
-----
diff --git a/setup.py b/setup.py
index cba0bf3..8c2d6e3 100755
--- a/setup.py
+++ b/setup.py
@@ -127,39 +127,9 @@ and `GitHub <https://github.com/sqlobject>`_.
packages=["sqlobject"] +
['sqlobject.%s' % package for package in subpackages],
scripts=["scripts/sqlobject-admin", "scripts/sqlobject-convertOldURI"],
- package_data={"sqlobject":
- [
- "../LICENSE",
- "../docs/*.rst",
- "../docs/html/*",
- "../docs/html/_sources/*",
- "../docs/html/_sources/api/*",
- "../docs/html/_modules/*",
- "../docs/html/_modules/sqlobject/*",
- "../docs/html/_modules/sqlobject/mysql/*",
- "../docs/html/_modules/sqlobject/postgres/*",
- "../docs/html/_modules/sqlobject/manager/*",
- "../docs/html/_modules/sqlobject/inheritance/*",
- "../docs/html/_modules/sqlobject/inheritance/tests/*",
- "../docs/html/_modules/sqlobject/mssql/*",
- "../docs/html/_modules/sqlobject/tests/*",
- "../docs/html/_modules/sqlobject/rdbhost/*",
- "../docs/html/_modules/sqlobject/versioning/*",
- "../docs/html/_modules/sqlobject/versioning/test/*",
- "../docs/html/_modules/sqlobject/util/*",
- "../docs/html/_modules/sqlobject/maxdb/*",
- "../docs/html/_modules/sqlobject/firebird/*",
- "../docs/html/_modules/sqlobject/sybase/*",
- "../docs/html/_modules/sqlobject/sqlite/*",
- "../docs/html/_modules/sqlobject/include/*",
- "../docs/html/_modules/sqlobject/include/tests/*",
- "../docs/html/_modules/pydispatch/*",
- "../docs/html/_modules/_pytest/*",
- "../docs/html/api/*",
- "../docs/html/_static/*",
- ],
- "sqlobject.maxdb": ["readme.txt"],
- },
+ package_data={
+ "sqlobject.maxdb": ["readme.txt"],
+ },
requires=['FormEncode', 'PyDispatcher'],
**kw
)
-----------------------------------------------------------------------
Summary of changes:
docs/News.rst | 6 ++++++
setup.py | 36 +++---------------------------------
2 files changed, 9 insertions(+), 33 deletions(-)
hooks/post-receive
--
SQLObject development repository
|