projects
/
pyrungps.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
В Ubuntu 22.04 сломали проекции в Mapnik, приходится использовать альтернативный...
[pyrungps.git]
/
setup.py
1
from setuptools import setup, find_packages
2
3
setup(
4
name='pyrungps',
5
version='0.1',
6
description='Simple python tool to sync gpx tracks from GPS-SPORT site',
7
url='http://rvb.name/gpx',
8
author='Roman Bazalevskiy',
9
author_email='rvb@rvb.name',
10
license='WTFPL?',
11
packages=['pyrungps'],
12
zip_safe=False
13
)