Skip to content
Snippets Groups Projects
Commit f456404c authored by Davide Gamba's avatar Davide Gamba
Browse files
parents a364a73a c670404c
No related branches found
No related tags found
No related merge requests found
Pipeline #2693641 passed
...@@ -75,3 +75,10 @@ python -m pip install black ...@@ -75,3 +75,10 @@ python -m pip install black
black --diff . # To see what `black` is proposing to do to your source code black --diff . # To see what `black` is proposing to do to your source code
black . # To let `black` edit the source code black . # To let `black` edit the source code
``` ```
8. Release product:
See acc-py documentation on [wikis](https://wikis.cern.ch/display/ACCPY/Development+HowTo%27s)
```
acc-py devrelease
```
...@@ -31,10 +31,10 @@ REQUIREMENTS: dict = { ...@@ -31,10 +31,10 @@ REQUIREMENTS: dict = {
setup( setup(
name="datascout", name="datascout",
version="0.0.1.dev0", version="0.0.2",
author="Davide Gamba", author="Davide Gamba",
author_email="davide.gamba@cern.ch", 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=LONG_DESCRIPTION,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="", 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