Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zoe
main
Commits
a1af62c7
Commit
a1af62c7
authored
Sep 17, 2015
by
Daniele Venzano
Browse files
Last changes before upload to Pypi
parent
e18e9642
Changes
2
Hide whitespace changes
Inline
Side-by-side
release.sh
0 → 100644
View file @
a1af62c7
#!/usr/bin/env bash
set
-e
rm
-Rf
dist/ build/ zoe-analytics.egg-info
python3 setup.py sdist
python3 setup.py bdist_wheel
twine upload
-r
pypi dist/
*
setup.py
View file @
a1af62c7
...
...
@@ -8,7 +8,7 @@ version = version['__version__']
long_description
=
open
(
'README.rst'
).
read
()
setup
(
name
=
'zoe'
,
name
=
'zoe
-analytics
'
,
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
...
...
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