Skip to content

Commit

Permalink
Merge pull request #36 from MycroftAI/feature/pypi-includes
Browse files Browse the repository at this point in the history
Include license and tests in source distribution
  • Loading branch information
forslund committed Mar 24, 2021
2 parents 31c2c49 + 69490ad commit b065556
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include LICENSE
include requirements.txt
recursive-include tests *.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
from os.path import join, basename, abspath, dirname
from os.path import join, abspath, dirname
from setuptools import setup

with open(join(dirname(abspath(__file__)), 'requirements.txt')) as f:
Expand Down

0 comments on commit b065556

Please sign in to comment.