Skip to content

chores(cleanup): remove legacy files #6

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

Merged
merged 1 commit into from
Jun 25, 2025
Merged

chores(cleanup): remove legacy files #6

merged 1 commit into from
Jun 25, 2025

Conversation

rande
Copy link
Owner

@rande rande commented Jun 25, 2025

No description provided.

@rande rande requested a review from Copilot June 25, 2025 22:36
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR cleans up legacy dependencies and configuration files, and enhances the packaging workflow.

  • Removes Tornado and Twisted extras and mypy overrides from pyproject.toml
  • Updates Makefile to clear dist/ before building and prompt for interactive PyPI tokens
  • Deletes outdated manifest, author, Travis CI, and GitHub Actions README files

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pyproject.toml Dropped legacy tornado and twisted extras and mypy overrides
Makefile Added rm -rf dist/ and interactive token prompts for uploads
MANIFEST.in Removed legacy include patterns for sdist
AUTHORS Removed project authors file
.travis.yml Deleted old Travis CI config
.github/README.md Deleted legacy GitHub Actions documentation
Comments suppressed due to low confidence (2)

Comment on lines +11 to +15
bash -c 'read -s -p "Enter your Production PyPI token: " TWINE_PASSWORD; echo; export TWINE_PASSWORD; python -m twine upload dist/*'

upload-test: build
export TWINE_USERNAME=__token__
python -m twine --repository testpypi upload dist/*
bash -c 'read -s -p "Enter your Test PyPI token: " TWINE_PASSWORD; echo; export TWINE_PASSWORD; python -m twine upload --repository testpypi dist/*'
Copy link
Preview

Copilot AI Jun 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interactive prompts in the Makefile can break automated CI/CD. Consider reading TWINE_PASSWORD from the environment when set and only falling back to read -s when it’s missing.

Copilot uses AI. Check for mistakes.

@rande rande merged commit d569c31 into main Jun 25, 2025
26 checks passed
@rande rande deleted the cleanup_legacy_files branch June 25, 2025 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant