Skip to content
Snippets Groups Projects
Commit 7e93d146 authored by Davide Gamba's avatar Davide Gamba
Browse files

just minor changes

parent 75c2458c
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,12 @@ source ./venv/bin/activate
python -m pip install -e .
```
6. Created documentation:
6. Creat documentation:
```
acc-py init-docs
```
7. Release product:
```
acc-py devrelease
```
......@@ -31,10 +31,10 @@ REQUIREMENTS: dict = {
setup(
name="datascout",
version="0.0.1.dev0",
version="0.0.2",
author="Davide Gamba",
author_email="davide.gamba@cern.ch",
description="SHORT DESCRIPTION OF PROJECT",
description="Sweet functions for dict from/to pandas, awkward, parquet data conversion.",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
url="",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment