Skip to content

delete un-used files and .gitignore #29

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 5 commits into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions .gitignore

This file was deleted.

13 changes: 6 additions & 7 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
include docs/build/html/index.html
include MANIFEST.in
include COPYRIGHT
include pyproject.toml
include setup.cfg
include examples/*py
include test/*py
include setup.py
include src/pnetcdf/__init__.py
include src/pnetcdf/_Dimension.pyx
include src/pnetcdf/_Dimension.pxd
Expand All @@ -14,7 +14,6 @@ include src/pnetcdf/_Variable.pyx
include src/pnetcdf/_Variable.pxd
include include/PnetCDF.pxi
include include/mpi-compat.h
include *.md
include *.py
include *.csh
include LICENSE
include README.md
include docs/*.md

25 changes: 0 additions & 25 deletions include/membuf.pyx

This file was deleted.

31 changes: 0 additions & 31 deletions test/noclobber.py

This file was deleted.

36 changes: 0 additions & 36 deletions test/run_all.py

This file was deleted.

28 changes: 0 additions & 28 deletions test/test.py

This file was deleted.

Loading