Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flatland
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sfwatergit
Flatland
Commits
ca3eb3aa
Commit
ca3eb3aa
authored
5 years ago
by
spmohanty
Browse files
Options
Downloads
Patches
Plain Diff
Remove HISTORY from long description of the package
parent
d36712c5
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
CONTRIBUTING.rst
+2
-2
2 additions, 2 deletions
CONTRIBUTING.rst
HISTORY.rst
+0
-8
0 additions, 8 deletions
HISTORY.rst
docs/history.rst
+0
-1
0 additions, 1 deletion
docs/history.rst
docs/index.rst
+0
-1
0 additions, 1 deletion
docs/index.rst
setup.py
+1
-4
1 addition, 4 deletions
setup.py
with
3 additions
and
16 deletions
CONTRIBUTING.rst
+
2
−
2
View file @
ca3eb3aa
...
@@ -124,11 +124,11 @@ Deploying
...
@@ -124,11 +124,11 @@ Deploying
---------
---------
A reminder for the maintainers on how to deploy.
A reminder for the maintainers on how to deploy.
Make sure all your changes are committed
(including an entry in HISTORY.rst)
.
Make sure all your changes are committed .
Then run::
Then run::
$ bumpversion patch # possible: major / minor / patch
$ bumpversion patch # possible: major / minor / patch
$ git push
$ git push
$ git push --tags
$ git push --tags
Travis will then deploy to PyPI if tests pass. (To be configured properly by Mohanty)
TODO:
Travis will then deploy to PyPI if tests pass. (To be configured properly by Mohanty)
This diff is collapsed.
Click to expand it.
HISTORY.rst
deleted
100644 → 0
+
0
−
8
View file @
d36712c5
=======
History
=======
0.1.0 (2019-04-03)
------------------
* First release on PyPI.
This diff is collapsed.
Click to expand it.
docs/history.rst
deleted
100644 → 0
+
0
−
1
View file @
d36712c5
.. include:: ../HISTORY.rst
This diff is collapsed.
Click to expand it.
docs/index.rst
+
0
−
1
View file @
ca3eb3aa
...
@@ -12,7 +12,6 @@ Welcome to flatland's documentation!
...
@@ -12,7 +12,6 @@ Welcome to flatland's documentation!
FAQ
FAQ
contributing
contributing
authors
authors
history
Indices and tables
Indices and tables
==================
==================
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
4
View file @
ca3eb3aa
...
@@ -12,9 +12,6 @@ assert sys.version_info >= (3, 6)
...
@@ -12,9 +12,6 @@ assert sys.version_info >= (3, 6)
with
open
(
'
README.rst
'
)
as
readme_file
:
with
open
(
'
README.rst
'
)
as
readme_file
:
readme
=
readme_file
.
read
()
readme
=
readme_file
.
read
()
with
open
(
'
HISTORY.rst
'
)
as
history_file
:
history
=
history_file
.
read
()
# install pycairo on Windows
# install pycairo on Windows
if
os
.
name
==
'
nt
'
:
if
os
.
name
==
'
nt
'
:
p
=
platform
.
architecture
()
p
=
platform
.
architecture
()
...
@@ -107,7 +104,7 @@ setup(
...
@@ -107,7 +104,7 @@ setup(
],
],
},
},
install_requires
=
requirements
,
install_requires
=
requirements
,
long_description
=
readme
+
'
\n\n
'
+
history
,
long_description
=
readme
,
include_package_data
=
True
,
include_package_data
=
True
,
keywords
=
'
flatland
'
,
keywords
=
'
flatland
'
,
name
=
'
flatland-rl
'
,
name
=
'
flatland-rl
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment