Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Commits
4076a882
Commit
4076a882
authored
5 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
[mod]
#182
: Delete Pipfiles and setup.py
parent
46abb5d0
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Pipfile
+0
-30
0 additions, 30 deletions
Pipfile
Pipfile.lock
+0
-610
0 additions, 610 deletions
Pipfile.lock
setup.py
+0
-39
0 additions, 39 deletions
setup.py
with
0 additions
and
679 deletions
Pipfile
deleted
100644 → 0
+
0
−
30
View file @
46abb5d0
[[source]]
url
=
"https://pypi.org/simple"
verify_ssl
=
true
name
=
"pypi"
[packages]
ipaddress
=
"*"
tabulate
=
"*"
PyNaCl
=
"*"
e1839a8
=
{
path
=
".",editable
=
true
}
duniterpy
=
"*"
click
=
"*"
texttable
=
"*"
[dev-packages]
pre-commit
=
"*"
black
=
"*"
setuptools
=
"*"
wheel
=
"*"
twine
=
"*"
pytest
=
"*"
coverage
=
"*"
pytest-cov
=
"*"
pytest-asyncio
=
"*"
[requires]
python_version
=
"3.7"
[pipenv]
allow_prereleases
=
true
This diff is collapsed.
Click to expand it.
Pipfile.lock
deleted
100644 → 0
+
0
−
610
View file @
46abb5d0
This diff is collapsed.
Click to expand it.
setup.py
deleted
100644 → 0
+
0
−
39
View file @
46abb5d0
from
setuptools
import
setup
,
find_packages
with
open
(
"
README.md
"
,
"
r
"
)
as
fh
:
long_description
=
fh
.
read
()
setup
(
name
=
"
silkaj
"
,
version
=
"
0.7.1
"
,
author
=
"
Moul
"
,
author_email
=
"
moul@moul.re
"
,
description
=
"
Command line client for Duniter
"
,
long_description
=
long_description
,
long_description_content_type
=
"
text/markdown
"
,
url
=
"
https://git.duniter.org/clients/python/silkaj
"
,
license
=
"
GNU AGPLv3
"
,
packages
=
find_packages
(),
keywords
=
"
g1 duniter cryptocurrency librecurrency RTM
"
,
classifiers
=
(
"
Programming Language :: Python :: 3.7
"
,
"
Programming Language :: Python :: 3.6
"
,
"
Programming Language :: Python :: 3.5
"
,
"
Programming Language :: Python :: 3 :: Only
"
,
"
Development Status :: 5 - Production/Stable
"
,
"
License :: OSI Approved :: GNU Affero General Public License v3
"
,
"
Operating System :: OS Independent
"
,
"
Environment :: Console
"
,
"
Intended Audience :: End Users/Desktop
"
,
"
Natural Language :: English
"
,
),
install_requires
=
[
"
Click
"
,
"
duniterpy==0.54.3
"
,
"
ipaddress
"
,
"
texttable
"
,
"
tabulate
"
,
"
pynacl
"
,
],
scripts
=
[
"
bin/silkaj
"
],
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment