Skip to content

Commit 20205c2

Browse files
author
Elias Nygren
committed
0.2.0 release
1 parent 329dbe2 commit 20205c2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ include *.txt
22
include README.md
33
include mkdocs.yml
44
include tox.ini
5+
include test/conftest.py
6+
include test/json_data/*
57
recursive-include docs *.md

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
#!/usr/bin/env python
22

3-
# from distutils.core import setup
43
from setuptools import setup
54

65
setup(
76
name='upcloud-api-python',
8-
version='0.1.1',
7+
version='0.2.0',
98
description='UpCloud API Client',
109
author='Elias Nygren',
1110
author_email='[email protected]',
1211
maintainer='Elias Nygren',
1312
maintainer_email='[email protected]',
14-
url='https://www.upcloud.com',
13+
url='https://github.com/UpCloudLtd/upcloud-python-api',
1514
packages=['upcloud', 'upcloud.cloud_manager'],
16-
download='https://github.com/UpCloudLtd/upcloud-python-api/tarball/v0.1.1',
15+
download='https://github.com/UpCloudLtd/upcloud-python-api/tarball/v0.2.0',
1716
license='MIT',
1817
install_requires=[
1918
'mock==1.0.1',

0 commit comments

Comments
 (0)