Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ It also, hopefully soon, will serve as an ActivityStreams validator.
More things will go here in the future, in the meanwhile maybe see
[[file:./activipy.org][activipy.org]] in this directory for braindumps and tasks.

## Development

Install all the dependencies as follows:

pip install -e .[dev]
15 changes: 7 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,13 @@
include_package_data=True,
install_requires=[
"PyLD",
"pytest",
"sphinx",
],
# @@: Can we reproduce this in Guix?
entry_points="""\
[console_scripts]
activipy_tester = activipy.testcli:main
""",
],
extras_require={
"dev": [
"pytest",
"sphinx",
]
},
license="Apache v2",
author="Christopher Allan Webber",
author_email="[email protected]",
Expand Down