diff --git a/MANIFEST.in b/MANIFEST.in index 48715ba..dae575a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ include version.txt +include fastentrypoints.txt diff --git a/setup.py b/setup.py index f6f078f..d6e18f4 100644 --- a/setup.py +++ b/setup.py @@ -36,8 +36,5 @@ 'recent=recent2:main', ], }, - install_requires=[ - 'fastentrypoints', - ], python_requires='>=3' ) diff --git a/version.txt b/version.txt index 1866a36..13dead7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.9 +0.2.10