mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-03-02 20:37:27 -08:00
Also, drop py2 Bug: https://bugs.gentoo.org/685040 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
20 lines
598 B
Diff
20 lines
598 B
Diff
setup.py for sphinxcontrib_github_alt by Marius Brehler <marbre@linux.sungazer.de>.
|
|
|
|
Patch by Marius Brehler <marbrbre@linux.sungazer.de>.
|
|
--- /dev/null
|
|
+++ b/setup.py
|
|
@@ -0,0 +1,12 @@
|
|
+from distutils.core import setup
|
|
+
|
|
+setup(name='sphinxcontrib_github_alt',
|
|
+ version='1.1',
|
|
+ author='Jupyter Development Team',
|
|
+ author_email='jupyter@googlegroups.com',
|
|
+ url='https://github.com/jupyter/sphinxcontrib_github_alt',
|
|
+ packages=['sphinxcontrib_github_alt'],
|
|
+ classifiers=[
|
|
+ 'License :: OSI Approved :: BSD License'
|
|
+ ]
|
|
+)
|
|
\ No newline at end of file
|