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

Moved the metadata into setup.cfg. #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 16, 2022

  1. Moved the metadata into setup.cfg.

    Added `pyproject.toml`.
    Version is now fetched and populated automatically from git tags using `setuptools_scm`.
    Metadata stored in source files is fetched using `read_version`.
    Got rid of raw scripts, using `console_scripts` entry point since now.
    Dropped 2.7 out of Travis CI due to `File "tests.py", line 334, in <module> m = __import__(module, fromlist=[module]) TypeError: Item in "from list'' must be str, not unicode` error.
    KOLANICH committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    70cdcc0 View commit details
    Browse the repository at this point in the history