Skip to content

Commit

Permalink
Merge pull request #29 from UDST/release
Browse files Browse the repository at this point in the history
Marking current codebase as v0.1
  • Loading branch information
smmaurer authored Jun 19, 2019
2 parents ce3722e + d0dc83d commit 1543941
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# UrbanSim Defaults change log

#### 0.1 (2019-06-19)

- initial release
29 changes: 29 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
BSD 3-Clause License

Copyright (c) 2018, UrbanSim Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# files to include in the source distribution on pypi (setup.py and README.md are included automatically)

include CHANGELOG.md
include LICENSE.txt
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@

# General information about the project.
project = u'urbansim_defaults'
copyright = u'2014, Synthicity'
copyright = u'2019, UrbanSim, Inc.'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.1dev'
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = '0.1dev'
release = '0.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -238,7 +238,7 @@
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'urbansim', u'urbansim Documentation',
[u'Synthicity'], 1)
[u'UrbanSim, Inc.'], 1)
]

# If true, show URL addresses after external links.
Expand All @@ -252,7 +252,7 @@
# dir menu entry, description, category)
texinfo_documents = [
('index', 'urbansim', u'urbansim Documentation',
u'Synthicity', 'urbansim', 'One line description of project.',
u'UrbanSim, Inc.', 'urbansim', 'One line description of project.',
'Miscellaneous'),
]

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setup(
name='urbansim_defaults',
version='0.1dev',
version='0.1',
description='Installs and runs the urbansim defaults.',
author='Autodesk',
author_email='udst@autodesk.com',
author='UrbanSim, Inc.',
author_email='info@urbansim.com',
license='BSD',
url='https://github.com/udst/urbansim_defaults',
classifiers=[
Expand Down
1 change: 1 addition & 0 deletions urbansim_defaults/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version = __version__ = '0.1'

0 comments on commit 1543941

Please sign in to comment.