Skip to content

Commit 2c823b8

Browse files
committed
Remove old items from MANIFEST.in and update content of setup.py
1 parent 348cf22 commit 2c823b8

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

MANIFEST.in

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@ include LICENSE
22
include CONTRIBUTING.md
33
include README.md
44
include package.json
5-
include bower.json
6-
include .bowerrc
7-
include ipywidgets/build_css.js
85

96
# Documentation
107
graft docs
118
exclude docs/\#*
129

13-
# Examples
10+
# Tests
1411
graft ipywidgets/tests
12+
13+
# Static Assets
1514
graft ipywidgets/static
1615

17-
# docs subdirs we want to skip
16+
# Docs subdirs we want to skip
1817
prune docs/build
1918
prune docs/dist
2019

setup.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
from distutils.command.sdist import sdist
5252
from os.path import join as pjoin
5353

54-
5554
pjoin = os.path.join
5655
here = os.path.abspath(os.path.dirname(__file__))
5756

@@ -75,11 +74,11 @@
7574
# Test data needs to be packaged until tests are moved out of module
7675
'ipywidgets.widgets.tests': ['data/jupyter-logo-transparent.png']
7776
},
78-
description = "IPython HTML widgets for Jupyter",
77+
description = "Jupyter interactive widgets",
7978
long_description = LONG_DESCRIPTION,
80-
author = 'IPython Development Team',
81-
author_email = '[email protected]',
82-
url = 'http://ipython.org',
79+
author = 'Jupyter Development Team',
80+
author_email = '[email protected]',
81+
url = 'http://jupyter.org',
8382
license = 'BSD',
8483
platforms = "Linux, Mac OS X, Windows",
8584
keywords = ['Interactive', 'Interpreter', 'Shell', 'Web'],

0 commit comments

Comments
 (0)