-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation and metadata changes for 1.0.0 release
- Loading branch information
1 parent
98ad0af
commit f20abb1
Showing
3 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name='colorednoise', | ||
version='1.0-rc.1', | ||
version='1.0.0', | ||
description='Generate Gaussian (1/f)**beta noise (e.g. pink noise)', | ||
long_description=""" | ||
Generate Gaussian distributed noise with a power law spectrum. | ||
|
@@ -13,15 +13,21 @@ | |
""", | ||
classifiers=[ | ||
'Development Status :: 5 - Production/Stable', | ||
'Intended Audience :: Developers', | ||
'Intended Audience :: Education', | ||
'Intended Audience :: Science/Research', | ||
'License :: OSI Approved :: MIT License', | ||
'Programming Language :: Python :: 2 :: Only', | ||
'Programming Language :: Python :: 2', | ||
'Programming Language :: Python :: 2.7', | ||
'Programming Language :: Python :: 3', | ||
'Programming Language :: Python :: 3.6', | ||
'Topic :: Scientific/Engineering' | ||
], | ||
'Topic :: Software Development :: Libraries' | ||
'Topic :: Software Development :: Libraries :: Python Modules' ], | ||
keywords='1/f flicker power-law correlated colored noise generator', | ||
url='http://github.com/felixpatzelt/colorednoise', | ||
download_url=( | ||
'https://github.com/felixpatzelt/colorednoise/archive/1.0.0-rc.1.tar.gz' | ||
'https://github.com/felixpatzelt/colorednoise/archive/1.0.0.tar.gz' | ||
), | ||
author='Felix Patzelt', | ||
author_email='[email protected]', | ||
|