Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
opensipkd-iso8583
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e79063c4
authored
Jul 16, 2019
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Pasang ebcdic sebelum setup.py
1 parent
2b983f40
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
10 deletions
README.rst
requirements.txt
setup.py
README.rst
View file @
e79063c
...
...
@@ -5,3 +5,16 @@ Di dalamnya ada:
* Class terkait pembuatan daemon TCP/IP, baik sebagai server maupun client.
* Class terkait dokumen ISO8583.
Pemasangan
----------
Sebelum memasang ini pasang terlebih dahulu paket terkait::
$ env/bin/pip install -r requirements.txt
Lalu pasang paket ini seperti biasa::
$ env/bin/pip install .
Selamat mencoba.
requirements.txt
0 → 100644
View file @
e79063c
ebcdic
setup.py
View file @
e79063c
import
os
from
setuptools
import
setup
from
setuptools
import
(
setup
,
find_packages
,
)
here
=
os
.
path
.
abspath
(
os
.
path
.
dirname
(
__file__
))
...
...
@@ -12,17 +15,9 @@ line = CHANGES.splitlines()[0]
version
=
line
.
split
()[
0
]
requires
=
[
'ebcdic'
,
'ISO8583'
,
]
packages
=
[
'opensipkd'
,
'opensipkd.tcp'
,
'opensipkd.streamer'
,
'opensipkd.iso8583'
,
'opensipkd.iso8583.network'
,
]
setup
(
name
=
'opensipkd-iso8583'
,
...
...
@@ -32,7 +27,7 @@ setup(
author
=
'Owo Sugiana'
,
author_email
=
'sugiana@gmail.com'
,
license
=
'PostgreSQL License'
,
packages
=
packages
,
packages
=
find_packages
()
,
install_requires
=
requires
,
zip_safe
=
False
,
)
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment