eventdispatch 0.1.14__tar.gz → 0.1.15__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eventdispatch
3
- Version: 0.1.14
3
+ Version: 0.1.15
4
4
  Summary: Event Dispatch: a discrete time synchronizer
5
5
  Home-page: http://github.com/cyan-at/eventdispatch
6
6
  Author: Charlie Yan
@@ -6,7 +6,7 @@ Created on 2025-05-23
6
6
  Copyright (c) 2025, Charlie Yan
7
7
  License: Apache-2.0 (see LICENSE for details)
8
8
  '''
9
- from core import *
9
+ from .core import *
10
10
 
11
11
  def python2_makedirs_wrapper(path):
12
12
  try:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: eventdispatch
3
- Version: 0.1.14
3
+ Version: 0.1.15
4
4
  Summary: Event Dispatch: a discrete time synchronizer
5
5
  Home-page: http://github.com/cyan-at/eventdispatch
6
6
  Author: Charlie Yan
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "eventdispatch"
7
- version = "0.1.14"
7
+ version = "0.1.15"
8
8
  authors = [{name = "Charlie Yan", email = "cyanatg@gmail.com"}]
9
9
  dynamic = ["scripts", "dependencies"]
10
10
  description = "Event Dispatch: a discrete time synchronizer"
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='eventdispatch',
5
- version='0.1.14',
5
+ version='0.1.15',
6
6
  description='Event Dispatch, a discrete time synchronizer',
7
7
  url='http://github.com/cyan-at/eventdispatch',
8
8
  author='Charlie Yan',
File without changes
File without changes
File without changes