File tree 5 files changed +35
-30
lines changed
5 files changed +35
-30
lines changed Original file line number Diff line number Diff line change 1
1
/env
2
2
/build
3
3
/dist
4
- /README.rst
5
4
/docsrc /_build
6
5
/docsrc /source
7
6
/* .egg-info
Original file line number Diff line number Diff line change 1
- include README.md
2
1
include LICENSE
3
2
include demo.py
4
3
include docsrc/Makefile
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ pygtkdrawingwindow
2
+ ==================
3
+
4
+ Requirements
5
+ ------------
6
+
7
+ - `pygtk <http://www.pygtk.org/ >`__ or
8
+ `gir1.2-gtk-3.0 <https://lazka.github.io/pgi-docs/Gtk-3.0/index.html >`__
9
+ - `pycairo <https://cairographics.org/pycairo/ >`__
10
+
11
+ Optional
12
+ ~~~~~~~~
13
+
14
+ - `python-rsvg <http://ftp.gnome.org/pub/GNOME/sources/gnome-python-desktop/ >`__
15
+ or
16
+ `gir1.2-rsvg-2.0 <https://lazka.github.io/pgi-docs/Rsvg-2.0/index.html >`__
17
+
18
+ Installation
19
+ ------------
20
+
21
+ .. code :: bash
22
+
23
+ python setup.py install
24
+
25
+ .. code :: bash
26
+
27
+ git clone https://github.com/dead-beef/pygtkdrawingwindow
28
+ cd pygtkdrawingwindow
29
+ pip install -e .[dev]
30
+
31
+ Licenses
32
+ --------
33
+
34
+ - `pygtkdrawingwindow <LICENSE >`__
35
+
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
rm -rfv build/* dist/* docs/* docsrc/source/* \
4
- && (sed -r ' s/`([^`]+)`/\1/g' README.md \
5
- | pandoc -f markdown_github -t rst > README.rst) \
6
4
&& make -C docsrc apidoc html \
7
5
&& python setup.py sdist bdist_wheel
You can’t perform that action at this time.
0 commit comments