forked from kenkeiras/org-rw
Compare commits
No commits in common. "cca2a9ec1c25d09c0b6a14cf5e5733edbbd24a02" and "ff841f82f0548c277ad7284e541c2385d1013ff5" have entirely different histories.
cca2a9ec1c
...
ff841f82f0
3
.gitignore
vendored
3
.gitignore
vendored
@ -139,6 +139,3 @@ dmypy.json
|
|||||||
|
|
||||||
# Cython debug symbols
|
# Cython debug symbols
|
||||||
cython_debug/
|
cython_debug/
|
||||||
|
|
||||||
# Files for PyPI publishing
|
|
||||||
README.md
|
|
||||||
|
@ -5,8 +5,6 @@ set -eu
|
|||||||
cd "`dirname $0`"
|
cd "`dirname $0`"
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
pandoc README.org -o README.md # PyPI doesn't accept Org files
|
|
||||||
|
|
||||||
python setup.py sdist
|
python setup.py sdist
|
||||||
|
|
||||||
twine upload --verbose dist/*
|
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.2",
|
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