pyecharts/MANIFEST.in
jaska 6568ddbbbf Provide pyecharts with 138,398 cities of the world with a population of at least 1000 inhabitants (#663)
*  OPEN / CLOSE principle - open for extension but closed for modification. Allow the extension of city coordinates so that echarts-cities-pypkg can be installed, hence 138,398 city coordinations is added covering all countries in the world

* 🐛 what if no country data is returned

* 🔥 remove lazy object test

* 🎨 last resort, have to introduce country as a parameter to geo.add() function. no way to search for the coordinates without the country name.

* 📚 documentation update

* 📚 fix typos and add missing docstrings

* 🔬 more unit tests

* 💚 make unit test pass

* 🐛 without unicode_literals but with utf-8, all Chinese strings are utf-8 encoded, hence requires decoding.

* 🎨 🔨 code refacotring and 📚 update documentation

* 🎨 finalized version

* 🔥 remove un-used function

* 🔨 change function parameter name: map_country -> coordinate_country

* 🔨 country -> region

* 🔨 country -> region

* 🚜 rename db file

* 🔨 whitening with black

* 📖 update dataset

* 📖 update data set country
2018-08-11 21:42:16 +08:00

6 lines
176 B
Plaintext

include pyecharts/datasets/city_coordinates.json
include pyecharts/datasets/countries_regions_db.json
include pyecharts/templates/*.html
include README.md
include changelog.md