Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signing Source Files #3

Open
FMCalisto opened this issue Jul 5, 2022 · 0 comments
Open

Signing Source Files #3

FMCalisto opened this issue Jul 5, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@FMCalisto
Copy link
Member

You need to sign all files by following the next example:

#!/usr/bin/env python
#coding=utf-8

"""
countings.py: this file has the countings constants for computing
              our set of heatmaps.
"""

__author__      = "Francisco Maria Calisto"
__maintainer__  = "Francisco Maria Calisto"
__email__       = "francisco.calisto@tecnico.ulisboa.pt"
__license__     = "MIT"
__version__     = "1.0.0"
__status__      = "Development"
__copyright__   = "Copyright 2019, Instituto Superior Técnico (IST)"
__credits__     = [
  "Bruno Oliveira",
  "Carlos Santiago",
  "Jacinto C. Nascimento",
  "Pedro Miraldo",
  "Nuno Nunes"
]
@FMCalisto FMCalisto added the enhancement New feature or request label Jul 5, 2022
@FMCalisto FMCalisto added this to the 0.1 milestone Jul 5, 2022
@FMCalisto FMCalisto added this to To do in Tasks via automation Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Tasks
  
To do
Development

No branches or pull requests

2 participants