mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Reverted unnecessary changes to setup.py.
This commit is contained in:
parent
77ee4eb8a0
commit
f67cf73581
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
@ -1,10 +1,9 @@
|
|||
from setuptools import setup, find_packages
|
||||
print find_packages()
|
||||
setup(
|
||||
name = 'Pokedex',
|
||||
version = '0.1',
|
||||
packages = find_packages(),
|
||||
package_data = { '': ['data/*', 'images'] },
|
||||
package_data = { '': ['data', 'images'] },
|
||||
|
||||
entry_points = {
|
||||
'console_scripts': [
|
||||
|
|
Loading…
Reference in a new issue