Skip to content

Commit

Permalink
Update packaging (#26)
Browse files Browse the repository at this point in the history
* Create MANIFEST.in

* update MANIFEST.in

* Add marker file for PEP 561 compliance

* update setup.py: comment unused code

* move pyproject.toml

* update MANIFEST.in
  • Loading branch information
sugatoray authored Jul 5, 2022
1 parent d8a3c21 commit 09ae686
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Declare all files and folders to include/exclude

include README.md
include src/pythae/py.typed # marker file for PEP 561

include LICENSE
# Include all citation (*.cff) files
include *.cff # citation info

include MANIFEST.in
include pyproject.toml
include setup.py
include setup.cfg

# include requirements.txt

recursive-exclude tests *
recursive-exclude docs *
recursive-exclude examples *

recursive-exclude .github *
recursive-exclude dist *

exclude .gitignore
exclude .readthedocs.yml
exclude codecov.yml

exclude CONTRIBUTING.md
File renamed without changes.
Empty file added src/pythae/py.typed
Empty file.

0 comments on commit 09ae686

Please sign in to comment.