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

feat: advertise constraints in setup.py #874

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include tox.ini
include requirements/*.txt
include default.cfg
include default.cfg
include requirements/constraints.txt
3 changes: 3 additions & 0 deletions setup.py
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env python

import os
import re

from setuptools import setup

setup(
Expand Down