Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
matograine
silkaj
Commits
1f97ad56
Commit
1f97ad56
authored
Apr 27, 2019
by
Moul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[mod] setup.py: import only needed modules
parent
7fa6d836
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
setup.py
setup.py
+3
-3
No files found.
setup.py
View file @
1f97ad56
import
setuptool
s
from
setuptools
import
setup
,
find_package
s
with
open
(
"README.md"
,
"r"
)
as
fh
:
long_description
=
fh
.
read
()
setuptools
.
setup
(
setup
(
name
=
"silkaj"
,
version
=
"0.6.0"
,
author
=
"Moul"
,
...
...
@@ -13,7 +13,7 @@ setuptools.setup(
long_description_content_type
=
"text/markdown"
,
url
=
"https://git.duniter.org/clients/python/silkaj"
,
license
=
"GNU AGPLv3"
,
packages
=
setuptools
.
find_packages
(),
packages
=
find_packages
(),
keywords
=
"g1 duniter cryptocurrency librecurrency RTM"
,
classifiers
=
(
"Programming Language :: Python :: 3.7"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment