Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrew Leonard
kisfido
Commits
4b228e74
Commit
4b228e74
authored
Jul 19, 2021
by
Drew Leonard
Browse files
Update setup settings
parent
671a8ba4
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
4b228e74
...
...
@@ -13,14 +13,14 @@ with open('requirements.txt', 'r') as req_file:
requirements
=
[
line
.
strip
()
for
line
in
req_file
]
setuptools
.
setup
(
author
=
"
YurNameHere
"
,
author_email
=
"
your.mail@leibniz-kis.de
"
,
name
=
"
rename_me_to_your_awesome_name
"
,
author
=
"
Drew Leonard
"
,
author_email
=
"
drew@aperiosoftware.com
"
,
name
=
"
python-user-api
"
,
license
=
"MIT"
,
description
=
"
One line description of your project
"
,
description
=
"
API to facilitate user interactions with SDC storage layer
"
,
version
=
version
,
long_description
=
README
,
url
=
"
Url of the homepage, if none exists put in the gitlab repo link e.g. '
https://gitlab.leibniz-kis.de/
schaffer/python-template
"
,
url
=
"https://gitlab.leibniz-kis.de/
ajl/python-user-api
"
,
packages
=
setuptools
.
find_packages
(),
include_package_data
=
True
,
python_requires
=
">=3.6"
,
...
...
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