We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835f8d2 commit bb628ddCopy full SHA for bb628dd
setup.py
@@ -3,12 +3,16 @@
3
setup(
4
name='tincan',
5
packages=[
6
- 'tincan'
+ 'tincan',
7
+ 'tincan/conversions',
8
+ 'tincan/documents',
9
],
- version='0.0.1',
10
+ version='0.0.2',
11
description='A Python library for implementing Tin Can API.',
12
author='Rustici Software',
13
author_email='mailto:support+tincanpython@tincanapi.com',
14
+ maintainer='Brian J. Miller',
15
+ maintainer_email='mailto:brian.miller@tincanapi.com',
16
url='http://rusticisoftware.github.io/TinCanPython/',
17
license='Apache License 2.0',
18
keywords=[
@@ -25,4 +29,4 @@
25
29
'aniso8601',
26
30
'pytz',
27
31
28
-)
32
+)
0 commit comments