File tree Expand file tree Collapse file tree 3 files changed +44
-2
lines changed Expand file tree Collapse file tree 3 files changed +44
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Backup files
2
+ * .~
3
+
4
+ # Byte-compiled / optimized / DLL files
5
+ __pycache__ /
6
+ * .py [cod ]
7
+
8
+ # C extensions
9
+ * .so
10
+
11
+ # Distribution / packaging
12
+ bin /
13
+ build /
14
+ develop-eggs /
15
+ dist /
16
+ eggs /
17
+ lib /
18
+ lib64 /
19
+ parts /
20
+ sdist /
21
+ var /
22
+ * .egg-info /
23
+ .installed.cfg
24
+ * .egg
25
+ MANIFEST
26
+
27
+ # Installer logs
28
+ pip-log.txt
29
+ pip-delete-this-directory.txt
30
+
31
+ # Unit test / coverage reports
32
+ .tox /
33
+ .coverage
34
+ .cache
35
+ nosetests.xml
36
+ coverage.xml
37
+
38
+ # Translations
39
+ * .mo
40
+
41
+ # Sphinx documentation
42
+ docs /_build /
Original file line number Diff line number Diff line change 1
- ``pivottablejs ``, the Python module
1
+ ``pivottablejs ``: the Python module
2
2
===================================
3
3
4
4
Drag’n’drop Pivot Tables and Charts for `Jupyter/IPython Notebook `_,
Original file line number Diff line number Diff line change 13
13
here = path .abspath (path .dirname (__file__ ))
14
14
15
15
# Get the long description from the relevant file
16
- with open (path .join (here , 'README.md ' ), encoding = 'utf-8' ) as f :
16
+ with open (path .join (here , 'README.rst ' ), encoding = 'utf-8' ) as f :
17
17
long_description = f .read ()
18
18
19
19
setup (
You can’t perform that action at this time.
0 commit comments