Skip to content

Commit 67bc5ec

Browse files
committed
Fix gitingore, make init import the base classes.
1 parent d5c3831 commit 67bc5ec

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
*.pyc
2+
*.egg-info/
3+
build/
4+
dist/

rsi/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .rsi import Rsi
2+
from .state import State

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="RSI.py",
5-
version="1.0",
5+
version="1.0.1",
66
description="A library for manipulation of the RSI format used in YASSS13RTWCF.",
77
url="https://github.com/NanotrasenInc/RSI.py",
88
author="Pieter-Jan Briers",

0 commit comments

Comments
 (0)