Skip to content

Commit

Permalink
RELEASE: 0.0.1a29-4
Browse files Browse the repository at this point in the history
  • Loading branch information
brucewlee committed Mar 1, 2024
1 parent 16ffbe3 commit 57e2fdf
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 distutils.core import setup
from setuptools import find_packages

this_version='0.0.1a29-3'
this_version='0.0.1a29-4'

# python setup.py sdist
# python -m twine upload dist/*
Expand All @@ -24,5 +24,5 @@
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
include_package_data=True,
package_data={'nutcracker': ['*.yaml']}
package_data={'': ['*']}
)

0 comments on commit 57e2fdf

Please sign in to comment.