kopia lustrzana https://github.com/n1ywb/python-hamtools
rodzic
76ab3fc1bd
commit
3be9218477
6
setup.py
6
setup.py
|
@ -1,15 +1,15 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
from distutils.core import setup
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='hamtools',
|
||||
version='0.2',
|
||||
version='0.3',
|
||||
description='N1YWB Python Ham Radio Tools',
|
||||
author='Jeff Laughlin',
|
||||
author_email='jeff@jefflaughlinconsulting.com',
|
||||
url='https://github.com/n1ywb/python-hamtools',
|
||||
download_url='https://github.com/n1ywb/python-hamtools/archive/0.2.zip',
|
||||
download_url='https://github.com/n1ywb/python-hamtools/archive/0.3.zip',
|
||||
packages = ['hamtools'],
|
||||
package_data={'hamtools': ['ctydat/cty.dat']},
|
||||
scripts = ['geolog', 'vk'],
|
||||
|
|
Ładowanie…
Reference in New Issue