Skip to content

Commit a5aee17

Browse files
committed
pip install fix
1 parent d36e947 commit a5aee17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hamutils/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__all__ = ['qrz', 'space_weather']
44

5-
__version__ = "0.1.0"
5+
__version__ = "0.1.1"

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99

1010
setup(
1111
name='hamutils',
12-
version='0.1.0',
12+
version='0.1.1',
1313
description='Amateur radio utils library',
1414
long_description=long_description,
1515
url='https://github.com/sq8kfh/hamutils',
16-
download_url = 'https://github.com/sq8kfh/hamutils/archive/v0.1.0.tar.gz',
1716
author='SQ8KFH',
1817
author_email='sq8kfh+pypi@gmail.com',
1918
license='MIT',
@@ -28,6 +27,7 @@
2827
],
2928
keywords='ham qrz space_weather',
3029
packages=find_packages(),
30+
python_requires='>=3.4',
3131
install_requires=[],
3232

3333
# $ pip install -e .[dev,test]

0 commit comments

Comments
 (0)