Skip to content

Commit

Permalink
On version.
Browse files Browse the repository at this point in the history
Ilya Portnov committed Sep 4, 2016
1 parent 0904391 commit f83646f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions palette-editor/setup.py
Original file line number Diff line number Diff line change
@@ -3,8 +3,6 @@
from os.path import join, dirname, basename, isdir
from glob import glob

from version import VERSION

def locate_locales():
result = []
for langdir in glob('share/locale/*'):
@@ -17,7 +15,7 @@ def locate_locales():

setup(
name = 'palette-editor',
version = VERSION,
version = '0.0.7',
author = 'Ilya Portnov',
author_email = 'portnov84@rambler.ru',
scripts = ['bin/palette_editor.py', 'bin/cluster.py', 'bin/palette_viewer.py', 'bin/convert_palette.py'],

0 comments on commit f83646f

Please sign in to comment.