Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #41 from PrefectHQ/prep_for_conda_forge
Browse files Browse the repository at this point in the history
Adds file to prep for conda forge
  • Loading branch information
ahuang11 authored Sep 13, 2022
2 parents eb543a5 + de19383 commit 79a4c8c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# Things to always exclude
global-exclude .git*
global-exclude .ipynb_checkpoints
global-exclude *.py[co]
global-exclude __pycache__/**

# Top-level Config
include versioneer.py
include prefect_ray/_version.py
include LICENSE
include MANIFEST.in
include setup.cfg
include requirements.txt
include requirements-dev.txt

0 comments on commit 79a4c8c

Please sign in to comment.