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

Move affine/__init__.py to affine.py #112

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

mwtoews
Copy link
Contributor

@mwtoews mwtoews commented Dec 29, 2024

This is an idea to move to a simpler one-module project design.

@mwtoews mwtoews mentioned this pull request Dec 29, 2024
@sgillies
Copy link
Member

@mwtoews I'm all for this. Let's do it after #111.

@mwtoews mwtoews closed this Jan 6, 2025
@mwtoews mwtoews force-pushed the mv-init-to-affine branch from 961bec6 to 9ca9df9 Compare January 6, 2025 08:31
@mwtoews mwtoews reopened this Jan 6, 2025
@mwtoews mwtoews marked this pull request as ready for review January 6, 2025 08:33
@mwtoews
Copy link
Contributor Author

mwtoews commented Jan 6, 2025

With these changes, the sdist contains:

affine-3.0.dev0/
├── affine.py
├── AUTHORS.txt
├── CHANGES.txt
├── docs
│   ├── make.bat
│   ├── Makefile
│   ├── requirements.txt
│   └── src
│       ├── conf.py
│       ├── index.rst
│       └── _static
├── LICENSE.txt
├── PKG-INFO
├── pyproject.toml
├── README.rst
└── tests
    ├── __init__.py
    ├── test_numpy.py
    ├── test_pickle.py
    ├── test_rotation.py
    ├── test_serialize.py
    └── test_transform.py

and the bdist wheel contents that would be installed into site-packages is:

.
├── affine-3.0.dev0.dist-info
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   └── WHEEL
└── affine.py

Copy link
Member

@sgillies sgillies left a comment

Choose a reason for hiding this comment

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

Thanks @mwtoews !

@sgillies sgillies merged commit 4dcf720 into rasterio:main Jan 6, 2025
13 checks passed
@mwtoews mwtoews deleted the mv-init-to-affine branch January 6, 2025 23:14
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.

2 participants