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

Fix packaging after switching to hatchling #153

Merged
merged 7 commits into from
Jan 26, 2025
Merged

Fix packaging after switching to hatchling #153

merged 7 commits into from
Jan 26, 2025

Conversation

mblayman
Copy link
Member

@mblayman mblayman commented Jan 26, 2025

I messed up a bunch of things when I switched the packaging to hatchling. This branch corrects the issues.

Fixes #150, #151, #152

unzip tap_py-3.2.1-py3-none-any.whl
Archive:  tap_py-3.2.1-py3-none-any.whl
  inflating: tap/__init__.py         
  inflating: tap/__main__.py         
  inflating: tap/adapter.py          
  inflating: tap/directive.py        
  inflating: tap/formatter.py        
  inflating: tap/line.py             
  inflating: tap/loader.py           
  inflating: tap/main.py             
  inflating: tap/parser.py           
  inflating: tap/rules.py            
  inflating: tap/runner.py           
  inflating: tap/tracker.py          
  inflating: tap/tests/__init__.py   
  inflating: tap/tests/factory.py    
  inflating: tap/tests/test_example.py  
  inflating: tap/tests/testcase.py   
  inflating: tap_py-3.2.1.dist-info/METADATA  
  inflating: tap_py-3.2.1.dist-info/WHEEL  
  inflating: tap_py-3.2.1.dist-info/entry_points.txt  
  inflating: tap_py-3.2.1.dist-info/licenses/AUTHORS  
  inflating: tap_py-3.2.1.dist-info/licenses/LICENSE  
  inflating: tap_py-3.2.1.dist-info/RECORD  

pyproject.toml Outdated Show resolved Hide resolved
@mblayman mblayman changed the title Fix the wheel packaging. Fix packaging after switching to hatchling Jan 26, 2025
@mblayman mblayman merged commit d1d9653 into main Jan 26, 2025
33 checks passed
@mblayman mblayman deleted the fix-packaging branch January 26, 2025 18:33
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.

3.2 source distribution no longer includes docs and tests
2 participants