-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added bibliographic details of the published paper.
- Loading branch information
Showing
6 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -3,17 +3,17 @@ universal = 1 | |
|
||
[metadata] | ||
name = dynonet | ||
version = 0.0.1 | ||
version = 0.1.1 | ||
author = Marco Forgione and Dario Piga | ||
author_email = [email protected] | ||
author_email = [email protected] | ||
description = dynoNet: A neural network architecture for learning dynamical systems | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
license_file = LICENSE | ||
license = MIT | ||
url = https://github.com/temcdrm/dynonet | ||
url = https://github.com/forgi86/dynonet | ||
project_urls = | ||
Bug Tracker = https://github.com/temcdrm/dynonet/issues | ||
Bug Tracker = https://github.com/forgi86/dynonet/issues | ||
classifiers = | ||
License :: OSI Approved :: MIT License | ||
Operating System :: OS Independent | ||
|
@@ -28,6 +28,7 @@ classifiers = | |
[options] | ||
zip_safe = False | ||
include_package_data = True | ||
packages = find: | ||
package_dir = | ||
= src | ||
install_requires = | ||
|