Skip to content

Commit 101ecd3

Browse files
tweaks
1 parent ff1ab1d commit 101ecd3

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

.gitignore

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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/

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
``pivottablejs``, the Python module
1+
``pivottablejs``: the Python module
22
===================================
33

44
Drag’n’drop Pivot Tables and Charts for `Jupyter/IPython Notebook`_,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
here = path.abspath(path.dirname(__file__))
1414

1515
# 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:
1717
long_description = f.read()
1818

1919
setup(

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy