More distutil fun
git-svn-id: http://comictagger.googlecode.com/svn/trunk@459 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
parent
9d56a2ce9a
commit
6ea5d28609
4
Makefile
4
Makefile
@ -23,8 +23,8 @@ zip:
|
||||
@echo When satisfied with release, do this:
|
||||
@echo make svn_tag
|
||||
|
||||
pkg:
|
||||
python setup.py sdist
|
||||
pydist:
|
||||
python setup.py sdist --formats=gztar,zip
|
||||
|
||||
svn_tag:
|
||||
svn copy https://comictagger.googlecode.com/svn/trunk \
|
||||
|
5
setup.py
5
setup.py
@ -1,10 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from distutils.core import setup
|
||||
import distutils.command.install_scripts
|
||||
import comictaggerlib.ctversion
|
||||
|
||||
setup(name = "comictagger",
|
||||
version = "1.1.1",
|
||||
version = comictaggerlib.ctversion.version,
|
||||
description = "A cross-platorm GUI/CLI app for writing metadata to comic archives",
|
||||
author = "Anthony Beville",
|
||||
author_email = "comictagger@gmail.com",
|
||||
@ -15,6 +15,7 @@ setup(name = "comictagger",
|
||||
'comictaggerlib/UnRAR2': ['UnRARDLL/*.*', 'UnRARDLL/x64/*.*'] ,
|
||||
},
|
||||
scripts = ["comictagger.py"],
|
||||
license = "Apache License 2.0",
|
||||
long_description = """
|
||||
ComicTagger is a multi-platform app for writing metadata to comic archives, written in Python and PyQt.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user