Skip to content

Commit

Permalink
Prepare 0.1.0 release, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
autophagy committed Apr 4, 2019
1 parent 5fef31a commit dab1d4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
12 changes: 2 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,9 @@ Færeld requires python >= 3.6.
Via The Repo
-------------

To install Færeld from the repo, you can clone it and set up a clean environment
with ``virtualenv``: ::
To install Færeld::

git clone [email protected]:Autophagy/faereld.git
cd faereld
virtualenv .venv -p python3.6
source .venv/bin/activate

Then, install the package: ::

pip install --user -e .
pip install --user faereld

You can now run Færeld via ``faereld insert``.

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-

from faereld import version
from setuptools import setup

try:
Expand All @@ -13,6 +14,7 @@
name="faereld",
author="Mika Naylor (Autophagy)",
author_email="[email protected]",
version=version,
description="Time tracking tool",
long_description=readme,
entry_points={"console_scripts": ["faereld = faereld.__main__:main"]},
Expand All @@ -35,5 +37,4 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
use_scm_version=True,
)

0 comments on commit dab1d4b

Please sign in to comment.