Skip to content

Commit

Permalink
I don't know what I'm doing...
Browse files Browse the repository at this point in the history
perhaps we need to explicitly say which packages we publish? Perhaps
spending a few hours trying random things will save me a few minutes
learning a new package management system.
  • Loading branch information
cldellow committed Jan 1, 2023
1 parent 4f621d3 commit 07d35ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import os

VERSION = "0.2"
VERSION = "0.3"


def get_long_description():
Expand Down Expand Up @@ -30,7 +30,7 @@ def get_long_description():
"License :: OSI Approved :: Apache Software License"
],
version=VERSION,
packages=["datasette_scraper"],
packages=["datasette_scraper", "datasette_scraper.plugins"],
entry_points={"datasette": ["scraper = datasette_scraper"]},
install_requires=["datasette", "selectolax", "datasette-template-sql", "pluggy", "httpx", "zstandard", "more-itertools"],
extras_require={"test": ["wheel", "pytest", "pytest-asyncio", "pytest-watch"]},
Expand Down

0 comments on commit 07d35ea

Please sign in to comment.