Skip to content

Commit 9a55788

Browse files
author
Dario Varotto
committed
Fixing missing dependencies
1 parent e688bcc commit 9a55788

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

MANIFEST.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
include AUTHORS.rst
2+
include CONTRIBUTING.rst
3+
include HISTORY.rst
4+
include LICENSE
5+
include README.rst
6+
7+
recursive-include tests *
8+
recursive-exclude * __pycache__
9+
recursive-exclude * .cache
10+
recursive-exclude * *.py[co]
11+
12+
recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='ravenpackapi',
8-
version='1.0.7',
8+
version='1.0.8',
99
packages=find_packages(include=['ravenpackapi']),
1010
include_package_data=True,
1111

@@ -21,7 +21,7 @@
2121
# 3 - Alpha
2222
# 4 - Beta
2323
# 5 - Production/Stable
24-
'Development Status :: 3 - Alpha',
24+
'Development Status :: 4 - Beta',
2525

2626
# Indicate who your project is intended for
2727
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)