aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* add project urlsAdam Janovsky2022-05-031-0/+5
|
* .Adam Janovsky2022-04-261-2/+0
|
* reorganize requirementsAdam Janovsky2022-04-041-6/+6
|
* sort importsAdam Janovsky2021-12-181-1/+1
|
* Format code with blackAdam Janovsky2021-12-181-20/+10
|
* Package data and pathlibmmstanone2021-09-231-1/+1
|
* WIP: FIPS CLI - readmemmstanone2021-07-281-1/+1
|
* typo in readme, package dataAdam Janovsky2021-05-251-0/+3
|
* fix issues with CLIAdam Janovsky2021-05-181-5/+6
|
* add python 3.10 to verionsAdam Janovsky2021-05-141-0/+1
|
* CC CLIAdam Janovsky2021-05-131-1/+1
|
* improve config handlingAdam Janovsky2021-05-111-0/+1
|
* moving the scripts in a folder and rewriting the setup.py to find them once ↵KeleranV2021-04-291-2/+2
| | | | they're moved
* improve setup version classifiersAdam Janovsky2021-04-241-1/+2
|
* Update setup.pyLéo Vansimay2021-04-211-1/+2
| | | | Attempt to add a package to setup.py to set the version number according to a commit tag (e.g. v1.0.0 or 1.0.0), link to the repo used : https://github.com/dolfinus/setuptools-git-versioning
* pull install_requires from requirementsAdam Janovsky2021-03-021-15/+4
|
* added pyyamlStanislav Boboň2021-02-121-1/+2
|
* Fix errors in switch to absolute importsAdam Janovsky2020-11-251-2/+2
| | | | | | - Move entry point `process_certificates.py` to root directory - Move entry point `fils_certificates.py` to root directory - Do corresponding changes in setup.py
* Added new project requirementsAdam Janovsky2020-11-111-2/+3
|
* Add basic tests.J08nY2020-10-271-1/+6
|
* Update README, add logo, add docs, add test dir.J08nY2020-10-221-1/+2
|
* Add progress bar.J08nY2020-10-201-1/+2
|
* Move downloading to python.J08nY2020-10-191-1/+2
|
* Fixup paths in fips processing.J08nY2020-10-191-1/+6
|
* Add basic CLI options (directory and processing step).J08nY2020-10-181-4/+5
|
* Add a proper setup, move into a package.J08nY2020-10-181-2/+4
|
* Add setup.py and Travis CI.J08nY2020-10-151-0/+30