Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
assignbot
Commits
7767deac368b
Commit
c6173bd4
authored
Sep 24, 2020
by
Simon Chabot
Browse files
chore: fix package files including
parent
8ed2a7501992
Pipeline
#15124
passed with stage
in 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
7767deac
...
...
@@ -31,9 +31,10 @@ with open("README.rst") as fobj:
setup
(
name
=
"assignbot"
,
author
=
"Logilab"
,
author_email
=
"contact@logilab.fr"
,
version
=
"0.1.
0
"
,
version
=
"0.1.
1
"
,
licence
=
"LGPL"
,
python_requires
=
">=3.6"
,
classifiers
=
[
...
...
@@ -50,8 +51,7 @@ setup(
entry_points
=
{
"console_scripts"
:
[
"assignbot=assignbot.__main__:main"
]},
install_requires
=
requirements
,
include_package_data
=
True
,
name
=
"assignbot"
,
packages
=
find_packages
(
include
=
[
"test"
]),
packages
=
find_packages
(
exclude
=
[
"test"
]),
setup_requires
=
setup_requirements
,
url
=
"https://forge.extranet.logilab.fr/open-source/assignbot"
,
zip_safe
=
False
,
...
...
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