Skip to content

Commit

Permalink
Add py.typed and bump version to beta. (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed May 11, 2019
1 parent cd3d5a5 commit 1de2850
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ _build

# Mac OS
.DS_Store

# Type checkers
.pyre
2 changes: 1 addition & 1 deletion project.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = Rx
project = RxPY
version = 3.0.0-alpha2
version = 3.0.0-beta1
description = Reactive Extensions (Rx) for Python
author = Dag Brattli
author_email = dag@brattli.net
Expand Down
Empty file added rx/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
setup_requires=['pytest-runner'],
tests_require=['pytest>=4.4.1', 'pytest-asyncio>=0.10.0', 'coverage>=4.5.3'],

package_data={'rx': ['py.typed']},
packages=['rx', 'rx.internal', 'rx.core', 'rx.core.abc',
'rx.core.operators', 'rx.core.observable',
'rx.core.observer', 'rx.core.operators.connectable',
Expand Down

0 comments on commit 1de2850

Please sign in to comment.