Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Georges Racinet
atd
Commits
a7d5940604cd
Commit
2b2ddf02
authored
Jul 15, 2012
by
Georges Racinet on purity.racinet.fr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tied up for release
parent
c7bb46d8eb6c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
CHANGES.txt
CHANGES.txt
+1
-1
setup.py
setup.py
+4
-2
No files found.
CHANGES.txt
View file @
a7d59406
Version 0.1 : initial version
Version 0.1
(2012-07-15)
: initial version
setup.py
View file @
a7d59406
...
...
@@ -8,15 +8,17 @@ setup(
author
=
"Georges Racinet"
,
author_email
=
"gracinet@anybox.fr"
,
description
=
"Various utilities related to date and time for testing purposes."
,
license
=
"GPLv3"
,
license
=
"GPLv3
+
"
,
long_description
=
open
(
'README.txt'
).
read
()
+
open
(
'CHANGES.txt'
).
read
(),
url
=
""
,
url
=
"
https://bitbucket.org/anybox/anybox.testing.datetime
"
,
packages
=
find_packages
(),
zip_safe
=
False
,
include_package_data
=
True
,
namespace_packages
=
[
'anybox'
,
'anybox.testing'
],
install_requires
=
[
'setuptools'
,],
classifiers
=
[
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
,
"Topic :: Software Development :: Testing"
,
],
entry_points
=
{},
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment