Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
README.org broke setup.py
Browse files Browse the repository at this point in the history
Let's see which file github picks up first
  • Loading branch information
mineo committed May 20, 2016
1 parent fdc3b94 commit f2811a6
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#+OPTIONS: toc:nil html-postamble:nil num:nil
#+OPTIONS: toc:nil html-postamble:nil num:nil author:nil
* abzer

Install abzer as shown [[https://abzer.readthedocs.org/en/latest/setup.html][here]] , run it by either calling =/usr/bin/abzer= or
Expand Down
27 changes: 27 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
abzer
═════

Install abzer as shown [here] , run it by either calling
`/usr/bin/abzer' or `python -m abzer'.

Until Read the Docs supports Python 3.5, I'll just dump `--help' here

┌────
│ usage: abzer [-h] [-c CONFIG] [-p PROCESSES] [-v] FILENAME [FILENAME ...]
│ positional arguments:
│ FILENAME
│ optional arguments:
│ -h, --help show this help message and exit
│ -c CONFIG, --config CONFIG
│ The path to the config file. (default:
│ /home/<username>/.abzsubmit/abzsubmit.conf)
│ -p PROCESSES, --processes PROCESSES
│ The number of processes to use for analyzing files.
│ (default: <number of cpus>)
│ -v, --verbose Be more verbose. (default: False)
└────


[here] https://abzer.readthedocs.org/en/latest/setup.html
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.5"],
description="",
long_description=open("README.rst").read(),
long_description=open("README.txt").read(),
setup_requires=["setuptools_scm"],
use_scm_version={"write_to": "abzer/version.py"},
install_requires=["aiohttp"],
Expand Down

0 comments on commit f2811a6

Please sign in to comment.