Skip to content

Commit

Permalink
compile online: added setup and req-build-online
Browse files Browse the repository at this point in the history
  • Loading branch information
PyrApple committed Jun 19, 2015
1 parent edf01e5 commit c10ba73
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions requirements-build-online.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Pygments==1.6
Sphinx==1.2.2
sphinx-rtd-theme==0.1.6
CommonMark==0.5.4
six==1.9.0
16 changes: 16 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
from setuptools import setup

setup(name='manual',
version='0.1',
description="BlenderVR docs",
long_description="",
author='BlenderVR Team',
author_email='todo@example.org',
license='TODO',
packages=['manual'],
zip_safe=False,
install_requires=[
'CommonMark',
'six'
]
)

0 comments on commit c10ba73

Please sign in to comment.