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

missing setuptools dependency in v0.7.2 #207

Merged
merged 5 commits into from
Feb 16, 2023

Commits on Feb 16, 2023

  1. Add setuptools dependency to fix #206

    Long-term solution once I stop supporting python < 3.8 should be to switch to https://docs.python.org/3/library/importlib.metadata.html#module-importlib.metadata
    mdshw5 authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4de0b61 View commit details
    Browse the repository at this point in the history
  2. Add test case for cli script version string

    Related to #206
    mdshw5 authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5b137fb View commit details
    Browse the repository at this point in the history
  3. Test pyfaidx module version

    Related to #206
    mdshw5 authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ceeed4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b79d5f4 View commit details
    Browse the repository at this point in the history
  5. Remove version test for cli script

    The script already imports __version__ from the package.
    mdshw5 authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5a74e14 View commit details
    Browse the repository at this point in the history