Skip to content

Commit 1083047

Browse files
committed
making sure license and copyright and readme are included.
1 parent 84982dc commit 1083047

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

MANIFEST.in

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include COPYRIGHT
2+
include LICENSE
3+
include README.md

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#!/usr/bin/env python
22

33
import os.path
4-
from setuptools import setup, find_packages
4+
from distutils.core import setup
55

66
# Utility function to read the README file.
77
def read(fname):
88
return open(os.path.join(os.path.dirname(__file__), fname)).read()
99

1010
setup(
1111
name = 'TracDocs',
12-
version = '0.3',
12+
version = '0.3.1',
1313
description="A Trac plugin for RCS-backed documentation",
1414
long_description = read('README.md'),
1515
author = "John Benediktsson",

0 commit comments

Comments
 (0)