Permalink
Please sign in to comment.
Showing
with
17 additions
and 33 deletions.
- +2 −2 Makefile.am
- +1 −1 configure.ac
- +5 −2 data/Makefile.am
- +6 −1 fontstweak/Makefile.am
- +1 −1 po/fonts-tweak-tool.pot
- +0 −25 setup.py
- +2 −1 setup.py.in
@@ -1,25 +0,0 @@ | ||
-#!/usr/bin/env python | ||
-""" | ||
-Build script for fonts-tweak-tool | ||
-""" | ||
-from setuptools import setup, find_packages | ||
- | ||
-setup (name = "fonts-tweak-tool", | ||
- version = '0.0.6', | ||
- packages = find_packages(), | ||
- install_requires=[ | ||
- 'libeasyfc' | ||
- ], | ||
- description = "Fonts Tweak Tool.", | ||
- author = 'Jian Ni', | ||
- author_email = 'jni@redhat.com', | ||
- license = 'LGPLv3+', | ||
- platforms=["Linux"], | ||
- include_package_data = True, | ||
- data_files = [('share/fonts-tweak-tool', ['data/fontstools.ui', 'data/locale-list'])], | ||
- scripts = ["fonts-tweak-tool"], | ||
- classifiers=['License :: OSI Approved :: GNU Lesser General Public License (LGPL)', | ||
- 'Operating System :: Unix', | ||
- 'Programming Language :: Python', | ||
- ] | ||
-) |
0 comments on commit
b34a104