Upload version to PyPI.
This commit is contained in:
parent
6943ebad7c
commit
7cf643200e
10
scripts/upload-to-pip.sh
Normal file
10
scripts/upload-to-pip.sh
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -eu
|
||||||
|
|
||||||
|
cd "`dirname $0`"
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
python setup.py sdist
|
||||||
|
|
||||||
|
twine upload --verbose dist/*
|
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="org-rw",
|
name="org-rw",
|
||||||
version="0.0.1",
|
version="0.0.1.dev1",
|
||||||
description="Library to de/serialize org-files and manipulate them.",
|
description="Library to de/serialize org-files and manipulate them.",
|
||||||
author="kenkeiras",
|
author="kenkeiras",
|
||||||
author_email="kenkeiras@codigoparallevar.com",
|
author_email="kenkeiras@codigoparallevar.com",
|
||||||
|
Loading…
Reference in New Issue
Block a user