Skip to content

Commit abf5bef

Browse files
committed
0.0.8
1 parent 006fc37 commit abf5bef

File tree

4 files changed

+3
-14
lines changed

4 files changed

+3
-14
lines changed

dist/viaduct-0.0.6.tar.gz

-5.83 KB
Binary file not shown.

geckodriver.log

Lines changed: 0 additions & 11 deletions
This file was deleted.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='viaduct', # How you named your package folder (MyLib)
55
packages=['viaduct'], # Chose the same as "name"
6-
version='0.0.7', # Start with a small number and increase it with every change you make
6+
version='0.0.8', # Start with a small number and increase it with every change you make
77
# Chose a license from here: https://help.github.com/articles/licensing-a-repository
88
license='gpl-3.0',
99
# Give a short description about your library
@@ -14,7 +14,7 @@
1414
# Provide either the link to your github or to your website
1515
url='https://github.com/harrytwigg/Viaduct-Trading212-Python-API',
1616
# I explain this later on
17-
download_url='https://github.com/harrytwigg/Viaduct-Trading212-Python-API/archive/0.0.7.tar.gz',
17+
download_url='https://github.com/harrytwigg/Viaduct-Trading212-Python-API/archive/0.0.8.tar.gz',
1818
keywords=['python', 'api', 'rest', 'api-wrapper', 'viaduct', 'trading212',
1919
'trading212-api'], # Keywords that define your package best
2020
install_requires=[ # I get to this in a second

viaduct/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import json
1515
import requests
1616

17-
from viaduct.setup import *
17+
from viaduct.setup.installer import *
1818
from viaduct.utils import *
1919
from viaduct.public import *
2020

0 commit comments

Comments
 (0)