aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2024-11-22Add `gn-libs` as new dependency.Frederick Muriuki Muriithi
Bring in the `gn-libs` library as a dependency to help with avoiding replication of code across the various GeneNetwork projects — with this in place, we can now reuse previously written code that is common across the various projects, which helps with reducing the maintenance burden.
2024-03-04setup.py: Fix pylint errors.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2024-03-02Use `find_packages()` and include static files and templates.Frederick Muriuki Muriithi
2023-09-29Make migrations directory a package.Frederick Muriuki Muriithi
2023-09-27Add missing importFrederick Muriuki Muriithi
2023-09-27List all packages to install.Frederick Muriuki Muriithi
2023-09-27Update setup.pyFrederick Muriuki Muriithi
- Update the name and version - Include the whole of gn-auth in the `packages` list - Include any non-python files in the install
2023-08-08Set the root packages as "gn_auth"Munyoki Kilyungi
* setup.py: Delete "packages". Add package_dir.
2023-08-04Initialise the application and update some module importsFrederick Muriuki Muriithi
2023-08-04Initialise the repository.Frederick Muriuki Muriithi