Skip to content

Commit f8ae60f

Browse files
author
Steve Aschwanden
committed
Back to development: 1.0.2
1 parent fd7e08b commit f8ae60f

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGES.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Changelog
33
=========
44

5-
1.1 (unreleased)
6-
================
5+
1.0.2 (unreleased)
6+
------------------
77

8-
- Nothing changed yet.
8+
- Use complete MANIFEST.in
99

1010

1111
1.0.1 (2015-08-03)

MANIFEST.in

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1+
include *.py
12
include *.txt *.rst
23
include tox.ini
34
include .travis.yml
4-
recursive-include src/bst.pygasus.demo *.xml *.txt *.py
5+
include *.cfg
6+
recursive-include src *.xml *.txt *.py *.zcml *.js *.css *.po *.pot *.json *.ico
7+
recursive-include etc *.in
8+
exclude .*.cfg

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '1.1-dev'
3+
version = '1.0.2.dev0'
44

55
long_description = (
66
open('README.rst').read()
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)