Skip to content

Commit 701ae97

Browse files
committed
0.0.10
1 parent 506b504 commit 701ae97

File tree

7 files changed

+2
-7
lines changed

7 files changed

+2
-7
lines changed

dist/viaduct-0.0.8.tar.gz

-5.82 KB
Binary file not shown.

dist/viaduct-0.0.9.tar.gz

5.82 KB
Binary file not shown.

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.9', # Start with a small number and increase it with every change you make
6+
version='0.0.10', # 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.9.tar.gz',
17+
download_url='https://github.com/harrytwigg/Viaduct-Trading212-Python-API/archive/0.0.10.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/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
from viaduct.isa import *
2-
from viaduct.public import *
3-
from viaduct.setup import *
4-
from viaduct.utils import *
-104 Bytes
Binary file not shown.

viaduct/setup/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
from viaduct.setup.installer import *
-40 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)