File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,6 @@ include *.txt
22include README.md
33include mkdocs.yml
44include tox.ini
5+ include test/conftest.py
6+ include test/json_data/*
57recursive-include docs *.md
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22
3- # from distutils.core import setup
43from setuptools import setup
54
65setup (
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 = 'elias.nygren@upcloud.com' ,
1211 maintainer = 'Elias Nygren' ,
1312 maintainer_email = 'elias.nygren@upcloud.com' ,
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' ,
You can’t perform that action at this time.
0 commit comments