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

Publish with poetry #1634

Closed

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    0523acd View commit details
    Browse the repository at this point in the history
  2. remove setup.py file

    the setup is configured in pyproject.toml file.
    setup.py file is not needed anymore.
    poetry will restore the metadata from pyproject.toml file
    HosamAlmoghraby committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    04de1f3 View commit details
    Browse the repository at this point in the history
  3. remove test_requirements.txt file

    the dev requirements are defined under [tool.poetry.dev-dependencies] section in pyproject.toml file
    HosamAlmoghraby committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    d93deff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    544748f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cd43d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    099e5f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    8d8e4aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a6c16c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f74d7b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99b9c55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    319b916 View commit details
    Browse the repository at this point in the history