My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/env python

# http://docs.python.org/distutils/setupscript.html

from distutils.core import setup

setup(name='pytopo',
version='1.0',
description='Online and Offline Maps',
author='Akkana Peck',
author_email='akkana@shallowsky.com',
url='http://shallowsky.com/software/topo/',
scripts=['pytopo'],
data_files=[ ('/usr/share/applications', ["pytopo.desktop"]),
('/usr/share/pixmaps', ["pytopo.png"]),
('/usr/share/pytopo', ["pytopo-pin.png"])
]
)

Change log

r57 by vjyrkka on Jun 12, 2011   Diff
Changes for the rpm build.
Go to: 
Project members, sign in to write a code review

Older revisions

r38 by akkana on May 7, 2011   Diff
setup file, so we can also build RPM
dists
All revisions of this file

File info

Size: 560 bytes, 19 lines
Powered by Google Project Hosting