Skip to content

Commit

Permalink
Add missing requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Feb 26, 2021
1 parent fd0a751 commit 8ddfcd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include dirmaker/example/*
include dirmaker/example/static/*
include requirements.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def requirements():

setup(
name="dirmaker",
version="0.1.1",
version="0.1.2",
description="A simple static site generator for generating directory websites.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8ddfcd5

Please sign in to comment.