Skip to content

Commit 1a35536

Browse files
committed
0.0.12
1 parent 701ae97 commit 1a35536

17 files changed

+260
-247
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.pythonPath": "c:\\Users\\harry\\Viaduct-Public\\Viaduct-Trading212-Python-API\\viaduct-venv\\Scripts\\python.exe"
3+
}

MANIFEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ setup.cfg
33
setup.py
44
viaduct\__init__.py
55
viaduct\core.py
6+
viaduct\installer.py
7+
viaduct\installerUtils.py
68
viaduct\isa.py
79
viaduct\public.py
810
viaduct\utils.py

dist/viaduct-0.0.12.tar.gz

7.84 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.10', # Start with a small number and increase it with every change you make
6+
version='0.0.12', # 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.10.tar.gz',
17+
download_url='https://github.com/harrytwigg/Viaduct-Trading212-Python-API/archive/0.0.12.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
170 Bytes
Binary file not shown.
3.83 KB
Binary file not shown.
1.65 KB
Binary file not shown.
4.03 KB
Binary file not shown.
3.44 KB
Binary file not shown.

0 commit comments

Comments
 (0)