Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
21569984
Commit
21569984
authored
5 years ago
by
Vincent Texier
Browse files
Options
Downloads
Patches
Plain Diff
[fix] fix setup.py and README.md
parent
7dccd4a6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
2 additions
and
1 deletion
README.md
+
1
−
1
View file @
21569984
...
...
@@ -120,7 +120,7 @@ Deploy the package to PyPi test repository (prefix the command with a space in o
Install the package from PyPi test repository
```
bash
pip
install
--index-url
https://test.pypi.org/simple/
--extra-index-url
https://pypi.python.org/simple/
duniterpy
pip
install
--index-url
https://test.pypi.org/simple/
--extra-index-url
https://pypi.python.org/simple/
sakia
```
Deploy the package on the PyPi repository (prefix the command with a space in order for the shell not to save in its history system the command containing the password)
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
21569984
...
...
@@ -73,6 +73,7 @@ setup(
description
=
"
A [duniter](https://github.com/duniter/duniter) Python client
"
,
long_description
=
open
(
'
README.md
'
).
read
(),
long_description_content_type
=
"
text/markdown
"
,
# Active la prise en compte du fichier MANIFEST.in
include_package_data
=
True
,
...
...
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