We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26c39e commit d0c4ed1Copy full SHA for d0c4ed1
setup.py
@@ -2,8 +2,9 @@
2
3
setup(
4
name="demosys-py",
5
- version="0.1.0",
+ version="0.1.1",
6
description="Modern OpenGL 4.1+ Prototype Framework inspired by Django",
7
+ long_description=open('README.rst').read(),
8
url="https://github.com/Contraz/demosys-py",
9
author="Einar Forselv",
10
author_email="eforselv@gmail.com",
0 commit comments