unitypredict 0.1.18__tar.gz → 0.1.19__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {unitypredict-0.1.18 → unitypredict-0.1.19}/PKG-INFO +1 -1
- {unitypredict-0.1.18 → unitypredict-0.1.19}/setup.py +2 -2
- {unitypredict-0.1.18 → unitypredict-0.1.19}/unitypredict.egg-info/PKG-INFO +1 -1
- unitypredict-0.1.19/unitypredict.egg-info/entry_points.txt +2 -0
- unitypredict-0.1.18/unitypredict.egg-info/entry_points.txt +0 -2
- {unitypredict-0.1.18 → unitypredict-0.1.19}/README.md +0 -0
- {unitypredict-0.1.18 → unitypredict-0.1.19}/setup.cfg +0 -0
- {unitypredict-0.1.18 → unitypredict-0.1.19}/unitypredict/Models.py +0 -0
- {unitypredict-0.1.18 → unitypredict-0.1.19}/unitypredict/Platform.py +0 -0
- {unitypredict-0.1.18 → unitypredict-0.1.19}/unitypredict/UnityPredictLocalHost.py +0 -0
- {unitypredict-0.1.18 → unitypredict-0.1.19}/unitypredict/__init__.py +0 -0
- {unitypredict-0.1.18 → unitypredict-0.1.19}/unitypredict/scripts.py +0 -0
- {unitypredict-0.1.18 → unitypredict-0.1.19}/unitypredict.egg-info/SOURCES.txt +0 -0
- {unitypredict-0.1.18 → unitypredict-0.1.19}/unitypredict.egg-info/dependency_links.txt +0 -0
- {unitypredict-0.1.18 → unitypredict-0.1.19}/unitypredict.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ print ("Possible packages: {}".format(find_packages()))
|
|
|
8
8
|
|
|
9
9
|
setup (
|
|
10
10
|
name="unitypredict",
|
|
11
|
-
version="0.1.
|
|
11
|
+
version="0.1.19",
|
|
12
12
|
packages=find_packages(),
|
|
13
13
|
install_requires=[
|
|
14
14
|
# Currently no dependencies
|
|
@@ -16,7 +16,7 @@ setup (
|
|
|
16
16
|
entry_points = { # this here is the magic that binds your function into a callable script
|
|
17
17
|
'console_scripts':
|
|
18
18
|
[
|
|
19
|
-
'
|
|
19
|
+
'unitypredict=unitypredict.scripts:main'
|
|
20
20
|
],
|
|
21
21
|
},
|
|
22
22
|
long_description=description,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|