aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2024-09-27Set `include_package_data=True` to install R files too.Frederick Muriuki Muriithi
2024-09-12Bump versionPjotr Prins
2023-12-22setup.py: Find packages automatically using find_packages.Arun Isaac
2023-10-27Add pyld to setup.py file.Munyoki Kilyungi
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
2022-10-18Add xapian indexing script.Arun Isaac
* scripts/index-genenetwork: New file. * setup.py (install_requires): Add click, pymonad and xapian-bindings. (scripts): Add scripts/index-genenetwork.
2022-06-21setup.py: Remove commented out "ipfshttpclient" lineBonfaceKilz
2022-06-21setup.py: Remove ipfshttpclientBonfaceKilz
2022-02-12Provide custom class to run testsFrederick Muriuki Muriithi
2022-02-11Add scaffolding to run different types of testsFrederick Muriuki Muriithi
Enable running commands: - `python3 setup.py unit_check`: run the unit tests - `python3 setup.py integration_check`: run integration tests - `python3 setup.py performance_check`: run performance tests
2021-11-16Remove sqlalchemy.Arun Isaac
* gn3/settings.py (SQLALCHEMY_TRACK_MODIFICATIONS): Delete variable. * guix.scm (genenetwork3)[propagated-inputs]: Remove python-sqlalchemy-stubs. * setup.py: Remove sqlalchemy-stubs from install_requires.
2021-09-23Add missing dependencies causing pylint to failFrederick Muriuki Muriithi
* Add some dependencies used by the system that were missing in the test environment, leading to the pylint step failing.
2021-06-11add tests to setup packagesAlexander Kabui
2021-05-10setup.py: Add gn3.api to packagesBonfaceKilz
2021-05-10setup.py: Remove gn3.utility from packagesBonfaceKilz
2021-05-08setup.py: Create basic setup fileBonfaceKilz