We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84982dc commit 1083047Copy full SHA for 1083047
MANIFEST.in
@@ -0,0 +1,3 @@
1
+include COPYRIGHT
2
+include LICENSE
3
+include README.md
setup.py
@@ -1,15 +1,15 @@
#!/usr/bin/env python
import os.path
4
-from setuptools import setup, find_packages
+from distutils.core import setup
5
6
# Utility function to read the README file.
7
def read(fname):
8
return open(os.path.join(os.path.dirname(__file__), fname)).read()
9
10
setup(
11
name = 'TracDocs',
12
- version = '0.3',
+ version = '0.3.1',
13
description="A Trac plugin for RCS-backed documentation",
14
long_description = read('README.md'),
15
author = "John Benediktsson",
0 commit comments