Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrew Buddenberg
gcis-py-client
Commits
699cb1be
Commit
699cb1be
authored
Sep 12, 2016
by
abuddenberg
Browse files
Update setup.py to reflect reality. sdist should build correctly now
parent
43c7a3e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
699cb1be
include *.txt
include README.md
\ No newline at end of file
setup.py
View file @
699cb1be
...
...
@@ -23,12 +23,12 @@ setup(
author
=
'Andrew Buddenberg'
,
author_email
=
'andrew.buddenberg@noaa.gov'
,
packages
=
find_packages
(),
scripts
=
[
'bin/example'
,
'bin/sync_surveys'
],
scripts
=
[
'bin/example'
,
'bin/sync_surveys
.py
'
],
url
=
'http://data.globalchange.gov'
,
description
=
'Client for GCIS webservices'
,
long_description
=
open
(
'README.md'
).
read
(),
license
=
'New BSD'
,
data_files
=
[(
""
,
[
"LICENSE.txt"
])],
data_files
=
[(
""
,
[
"LICENSE.txt"
,
"README.md"
])],
install_requires
=
[
"requests >= 2.1.0"
,
"python-dateutil >= 2.2"
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment