Toggle navigation
Toggle navigation
This project
Loading...
Sign in
서승완
/
kappa
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Jose Diaz-Gonzalez
2016-06-12 00:39:53 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
fe3f6adf652409e5ffcbf2434613f00d318864da
fe3f6adf
1 parent
fc91bd6b
Move version into __init__.py
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
5 deletions
MANIFEST.in
kappa/__init__.py
kappa/_version
MANIFEST.in
View file @
fe3f6ad
include README.md
include LICENSE
include requirements.txt
include kappa/_version
recursive-include samples *.js *.py *.yml *.cf *.json *.txt
...
...
kappa/__init__.py
View file @
fe3f6ad
...
...
@@ -12,6 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import
os
__version__
=
open
(
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'_version'
))
.
read
()
__version__
=
'0.3.1'
...
...
kappa/_version
deleted
100644 → 0
View file @
fc91bd6
0.3.1
\ No newline at end of file
Please
register
or
login
to post a comment