16
16
# You should have received a copy of the GNU Lesser General Public License
17
17
# along with lazr.authentication. If not, see <http://www.gnu.org/licenses/>.
21
19
from setuptools import setup, find_packages
23
21
# generic helpers primarily for the long_description
24
22
def generate(*docname_or_string):
26
25
for value in docname_or_string:
27
26
if value.endswith('.rst'):
32
r'^\.\. toctree::\n.*?(?=^\S|\Z)', '', value,
35
33
if not value.endswith('\n'):