-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f1b8665
commit 1afd0a3
Showing
1 changed file
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
setup( | ||
name='opendataformat', | ||
version='0.1', | ||
version='0.2', | ||
packages=find_packages(), | ||
include_package_data=True, # Include package data specified in MANIFEST.in | ||
package_data={ | ||
|
@@ -14,8 +14,8 @@ | |
'pandas', | ||
], | ||
description='The Open Data Format (ODF) is a new, non-proprietary, multilingual, metadata enriched, and zip-compressed data format with metadata structured in the Data Documentation Initiative (DDI) Codebook standard. This package allows reading and writing of data files in the Open Data Format (ODF) in R, and displaying metadata in different languages. For further information on the Open Data Format, see <https://opendataformat.github.io/>.', | ||
author='Your Name', | ||
author_email='[email protected]', | ||
author='Xiaoyao Han', | ||
author_email='[email protected]', | ||
url='https://github.com/opendataformat/py-package-opendataformat', # Replace with your GitHub URL | ||
classifiers=[ | ||
'Programming Language :: Python :: 3', | ||
|