mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Added Sugimori art. Moves images into data/ folder.
This commit is contained in:
parent
2e3c87b1b8
commit
b9b1b3ddcd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@ setup(
|
||||||
name = 'Pokedex',
|
name = 'Pokedex',
|
||||||
version = '0.1',
|
version = '0.1',
|
||||||
packages = find_packages(),
|
packages = find_packages(),
|
||||||
package_data = { '': ['data', 'images'] },
|
package_data = { '': 'data' },
|
||||||
|
|
||||||
entry_points = {
|
entry_points = {
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
|
Loading…
Reference in a new issue