forked from kenkeiras/org-rw
Upload version to PyPI.
This commit is contained in:
parent
6943ebad7c
commit
7cf643200e
2 changed files with 11 additions and 1 deletions
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(
|
||||
name="org-rw",
|
||||
version="0.0.1",
|
||||
version="0.0.1.dev1",
|
||||
description="Library to de/serialize org-files and manipulate them.",
|
||||
author="kenkeiras",
|
||||
author_email="kenkeiras@codigoparallevar.com",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue