-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PyTONLib v0.0.4 - Added Intel Macs support - Added Windows x64 support - Updated Ubuntu binary
- Loading branch information
1 parent
0b330b1
commit 32cc4c4
Showing
9 changed files
with
76 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -123,5 +123,5 @@ venv.bak/ | |
.idea/ | ||
/private | ||
.DS_Store | ||
|
||
/RELEASE.md | ||
/sandbox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,15 +10,17 @@ | |
author='K-Dimentional Tree', | ||
author_email='[email protected]', | ||
name='pytonlib', | ||
version='0.0.1', | ||
version='0.0.4', | ||
packages=find_packages('.', exclude=['tests']), | ||
install_requires=[ | ||
'crc16==0.1.1', | ||
'tvm_valuetypes==0.0.8', | ||
'requests==2.27.1', | ||
], | ||
package_data={ | ||
'pytonlib': ['distlib/linux/*'], | ||
'pytonlib': ['distlib/linux/*', | ||
'distlib/darwin/*', | ||
'distlib/windows/*',], | ||
'pytonlib.utils': [] | ||
}, | ||
zip_safe=True, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters