Skip to content

Commit f0967f1

Browse files
committed
version 0.2.1
1 parent b1500f3 commit f0967f1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014, Dyffy, Inc.
1+
Copyright (c) 2014, Jack Peterson, Dyffy Inc.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ Optional flags::
8080
Tests
8181
^^^^^
8282

83-
Unit tests are in test/. Coverage is not wonderful at the moment, but slowly improving! Note that tests that require a local rippled connection and/or Postgres database connection are disabled by default. See test/test_grapple.py for details.
83+
Unit tests are in the test/ directory. Coverage is not wonderful at the moment, but slowly improving!
8484

85-
Copyright 2014, Dyffy Inc. License: MIT
85+
Note: tests that require a local rippled and/or Postgres database connection are disabled by default. See test/test_grapple.py for details.

grapple/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
__title__ = "grapple"
1010
__version__ = "0.2.1"
1111
__author__ = "Jack Peterson"
12-
__copyright__ = "Copyright 2014, Dyffy Inc."
1312
__license__ = "MIT"
1413
__maintainer__ = "Jack Peterson"
1514
__email__ = "[email protected]"

0 commit comments

Comments
 (0)