D3 JavaScript library packaged as XStatic.
Go to file
Radomir Dopieralski c677bec5d5 Fix MANIFEST.in
There was a bad path in MANIFEST.in, copied from xstatic-jquery.

Change-Id: I8a33419922278431d26bbcd81df3f38e450e5eff
2014-08-12 12:41:35 +02:00
xstatic Fix MANIFEST.in 2014-08-12 12:41:35 +02:00
.gitignore Version 3.1.6 of the D3.js library 2014-05-20 13:31:49 +02:00
MANIFEST.in Fix MANIFEST.in 2014-08-12 12:41:35 +02:00
README.txt Version 3.1.6 of the D3.js library 2014-05-20 13:31:49 +02:00
setup.py Version 3.1.6 of the D3.js library 2014-05-20 13:31:49 +02:00

XStatic-D3
--------------

D3 JavaScript library packaged for setuptools (easy_install) / pip.

This package is intended to be used by **any** project that needs these files.

It intentionally does **not** provide any extra code except some metadata
**nor** has any extra requirements. You MAY use some minimal support code from
the XStatic base package, if you like.

You can find more info about the xstatic packaging way in the package `XStatic`.