-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update ShortJobDescription class documentation * Remove unnecessary pylint disable statements in models.py * bump minor version * fix package discovery
- Loading branch information
1 parent
3549a59
commit 3af8127
Showing
2 changed files
with
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "vo-models" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
authors = [ | ||
{name = "Joshua Fraustro", email="[email protected]"}, | ||
{name = "MAST Archive Developers", email="[email protected]"} | ||
|
@@ -39,7 +39,3 @@ dev = ["pylint"] | |
[project.urls] | ||
Homepage = "https://github.com/spacetelescope/vo-models" | ||
Issues = "https://github.com/spacetelescope/vo-models/issues" | ||
|
||
[tool.setuptools] | ||
packages = ["vo_models"] | ||
|
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