textproc/py-pypa-docs-theme
Root Python setup.py packaging fileImported setuptools setup call
SHA-256a336de3052c2927024819734cc1407bcc7c8cb7debc2dbe0a4e657230a1ca372
MaleculeH(Db)Md₂(BkPa)
Evidence
1#!/usr/bin/env python
2
3import io
4
5from setuptools import setup
6
7# README into long description
8with io.open('README.rst', encoding='utf-8') as readme_file:
9 long_description = readme_file.read()
10
11
12setup(
13 name='pypa-docs-theme',
14 version='0.0.1',
15 description='The Sphinx theme for PyPA projects',
16 long_description=long_description,
17 author='PyPA',
18 author_email='[email protected]',
19 url='https://pypa.io',
20 packages=['pypa_theme'],
21 include_package_data=True,
22 entry_points={
23 'sphinx.html_themes': [
24 'pypa_theme = pypa_theme',
25 …
No evidence locations were recorded for this file. Raw result