File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55
66setup (
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
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' ,
You can’t perform that action at this time.
0 commit comments